storj/cmd/storj-sim
Kaloyan Raev 830817ec0d cmd/storj-sim: run gateway without --access flag
This makes it possible to remove of this obsolete flag from the
multi-tenant gateway.

As a consequence, displaying the GATEWAY_0_ACCESS env var will always
require a running storj-sim. Until now, it was required only the first
time. Then the value was stored in the 'access' config. But this is now
not possible anymore.

The changes in StripeMock are required to fix failures in integration
tests. StripeMock is in-memory and its data does not survive restarts of
storj-sim. The second and following starts of storj-sim had invalid
state of StripeMock, which failed requests that were required to
populate the GATEWAY_0_ACCESS env var. The changes in StripeMock makes
it repopulate the Stripe customers from the database.

Change-Id: I981a208172b76577f12ecdaae485f5ae4ea269bc
2020-10-13 14:45:04 +00:00
..
cancelable.go all: fix dots 2020-07-16 14:58:28 +00:00
console.go satellite/{payments,admin}: add deletion of user creditcards on account deletion 2020-08-27 10:18:19 +00:00
main.go all: fix dots 2020-07-16 14:58:28 +00:00
network.go cmd/storj-sim: run gateway without --access flag 2020-10-13 14:45:04 +00:00
prefix_test.go cmd/storj-sim: fix prefix writer infinite loop bug 2020-09-11 12:33:04 +00:00
prefix.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
process.go cmd/storj-sim: fix prefix writer infinite loop bug 2020-09-11 12:33:04 +00:00