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

GH-1442: Handle SecretsManagerException thrown when fetching secrets #1610

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

breader124
Copy link
Contributor

@breader124 breader124 commented Feb 12, 2023

This PR aims to resolve GH-1442. I implemented the approach based on gracefully handling and logging all issues that might happen when fetching secrets from AWS Secrets Manager. There are little code changes that IMO do the job. However, the proposed solution based on modifying configuration properties to fetch only specified secrets is still an option. Looking forward for your feedback

@CLAassistant
Copy link

CLAassistant commented Feb 12, 2023

CLA assistant check
All committers have signed the CLA.

@breader124 breader124 changed the title Handle SecretsManagerException thrown when fetching secrets GH-1442: Handle SecretsManagerException thrown when fetching secrets Feb 12, 2023
@breader124
Copy link
Contributor Author

@sdelamo, could you please give it a look?

@sdelamo
Copy link
Contributor

sdelamo commented Feb 26, 2023

Thanks for your contribution.

@sdelamo sdelamo merged commit bbafe05 into micronaut-projects:master Feb 26, 2023
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.

AWS Secret Manager Integration: Allow configurable arbitrary secret prefixes
3 participants