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 aws secrets manager #506

Merged
merged 2 commits into from
Oct 22, 2021
Merged

add aws secrets manager #506

merged 2 commits into from
Oct 22, 2021

Conversation

ssoroka
Copy link
Contributor

@ssoroka ssoroka commented Oct 22, 2021

add support for aws secrets manager. Tests run on localstack/localstack
closes #415

SecretId: &name,
})
if err != nil {
return fmt.Errorf("update secret: %w", err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we include the fact this happened in the AWS secret manager in the error trace?
Ex: update aws secret: %w

Copy link
Contributor Author

Choose a reason for hiding this comment

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

going to address this in the next PR

@ssoroka ssoroka merged commit ac3d69e into main Oct 22, 2021
@ssoroka ssoroka deleted the secrets branch October 22, 2021 19:51
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

Successfully merging this pull request may close these issues.

support SSM as a key backend
3 participants