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

AWS Secret key name #301

Closed
devdattakulkarni opened this issue Apr 12, 2019 · 1 comment
Closed

AWS Secret key name #301

devdattakulkarni opened this issue Apr 12, 2019 · 1 comment
Milestone

Comments

@devdattakulkarni
Copy link

For taking backups, the secret that needs to be created currently needs following keys:

  • AWS_ACCESS_KEY_ID:
  • AWS_SECRET_KEY:

I was wondering if it will be possible to change the key AWS_SECRET_KEY to AWS_SECRET_ACCESS_KEY.

The reason is doing so will make the key name same as that used by aws cli.
As reference, the ~/.aws/credentials file has following key names:

  • aws_access_key_id
  • aws_secret_access_key
@abh
Copy link
Contributor

abh commented May 22, 2019

it's confusing that the documentation on the website has been updated, but this not released (other than as a release candidate...). (And by confusing I meant it took a lot of debugging to figure out that the documentation didn't match the released version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants