Skip to content
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

Add option to override credentials and use public buckets. #3227

Merged
merged 2 commits into from
Apr 9, 2019

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Mar 29, 2019

Currently, the credentials are taken from environmental variables. This
means any other location with different credentials won't work. This
change gives the option to override the credentials or specify the
location does not need credentials. This might be useful during
emergencies or when the credentials changed and restarting Dgraph is not
desirable.

I had to test this manually with a minio setup so no automated tests for now but
I am working on adding a minio endpoint to our testing environment.


This change is Reviewable

Currently, the credentials are taken from environmental variables. This
means any other location with different credentials won't work. This
change gives the option to override the credentials or specify the
location does not need credentials. This might be useful during
emergencies or when the credentials changed and restarting Dgraph is not
desirable.
@martinmr martinmr requested a review from a team March 29, 2019 18:51
Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 5 of 5 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@martinmr martinmr merged commit 92f5a49 into master Apr 9, 2019
@martinmr martinmr deleted the martinmr/s3-auth branch April 9, 2019 22:25
mangalaman93 pushed a commit that referenced this pull request Apr 10, 2019
Currently, the credentials are taken from environmental variables. This
means any other location with different credentials won't work. This
change gives the option to override the credentials or specify the
location does not need credentials. This might be useful during
emergencies or when the credentials changed and restarting Dgraph is not
desirable.
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 19, 2019
…inc#3227)

Currently, the credentials are taken from environmental variables. This
means any other location with different credentials won't work. This
change gives the option to override the credentials or specify the
location does not need credentials. This might be useful during
emergencies or when the credentials changed and restarting Dgraph is not
desirable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants