Skip to content

Commit 7bfbee8

Browse files
committed
all(test): Bump storj-up version
Bump the storj-up version to the latest published release. After the bump we identified that to a certain point a satellite version started to use a difference nonce for every new access grant creation, so the test that creates an access grant from the API and encryption key will never return the same access grant, despite they will allow to perform the same access level. Hence I remove one assertion. We also identified that the error that we got with the Edge::Config for registering a gateway access was not cause because of using an older storj-up version, so I rephrased the TODO comment.
1 parent 5a83037 commit 7bfbee8

File tree

4 files changed

+367
-145
lines changed

4 files changed

+367
-145
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ integration-tests-env-down:
4545
# than localhost and then it doesn't resolve.
4646
# See: https://github.com/storj/up/issues/45#issuecomment-1288808260
4747
@docker compose exec -T satellite-api storj-up credentials --s3 -e \
48-
-a http://authservice:8888 -s satellite-api \
48+
-a http://authservice:8888 -s satellite-api:7777 -c satellite-api:10000 \
4949
| grep -E 'AWS|STORJ_GATEWAY' >> .tmp/env
5050

5151
.tmp/up/storj-up: .tmp/up
@@ -54,4 +54,4 @@ integration-tests-env-down:
5454
.tmp/up:
5555
mkdir -p .tmp
5656
cd .tmp; git clone https://github.com/storj/up.git
57-
cd .tmp/up; git checkout v1.1.0
57+
cd .tmp/up; git checkout v1.2.3

0 commit comments

Comments
 (0)