-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary object store credentials endpoint #544
Temporary object store credentials endpoint #544
Conversation
271f417
to
f2176e8
Compare
642805b
to
3807e4e
Compare
3807e4e
to
8a569fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
@@ -16,14 +15,19 @@ services: | |||
image: data61/anonlink-app:${TAG:-latest} | |||
environment: | |||
- SERVER=http://nginx:8851 | |||
- INITIAL_DELAY=20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you removed the env var INITIAL_DELAY
in a couple of places. Who uses this? What is it defaulting to now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is an optional environment variable used by both the integration tests and end to end tests - I probably shouldn't have deleted them as they serve as documentation.
Note I also added a small sleep in the docker command
for the integrationtests container
This PR adds an endpoint to retrieve temporary object store credentials.
The design is documented here. The main thrust of this is complete, but I still haven't finished the k8s deployment side of things. In particular I'd like to get the k8s initialization working and remove any object store credentials before adding support to open the minio object store to the internet.