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

Introduce Analzyer for exceptions that happen during loading. #1309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MatejNedic
Copy link
Member

@MatejNedic MatejNedic commented Dec 20, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

We are wrapping AwsParameterPropertySourceNotFoundException by re throwing it as ConfigDataResourceNotFoundException, this means that ConfigDataNotFoundFailureAnalyzer will pick it up and wrong message will be printed once error happens.

@maciejwalkowiak I am not happy with the naming (and I have no inspiration how to call it). So please make a review before I change S3 and SecretsManager integration as well.

💡 Motivation and Context

closes #706

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added the component: parameter-store Parameter Store integration related issue label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: parameter-store Parameter Store integration related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to log exceptions related to parameter store retrieval failures
1 participant