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

Move prometheus AWS_ACCESS_KEY_ID to secret bag #647

Open
pnorman opened this issue Jan 10, 2024 · 0 comments
Open

Move prometheus AWS_ACCESS_KEY_ID to secret bag #647

pnorman opened this issue Jan 10, 2024 · 0 comments

Comments

@pnorman
Copy link
Collaborator

pnorman commented Jan 10, 2024

environment "AWS_ACCESS_KEY_ID" => "AKIASQUXHPE7JHG37EA6",
"AWS_SECRET_ACCESS_KEY" => tokens["cloudwatch"]

There's no real security urgency as the AWS_SECRET_ACCESS_KEY is in the secret data bag, but any rotation of the key will change both the access key and secret key so it makes sense to store them in the same place, rather than have to synchronize changes across two repos.

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

1 participant