-
-
Notifications
You must be signed in to change notification settings - Fork 327
Option to log exceptions related to parameter store retrieval failures #706
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
Comments
@typekpb thanks for reporting, would you like to contribute a PR? |
As a workaround you could also use the
|
I've encountered the same. After debugging it a bit, here is what seems to be happening:
|
Hello, I'm facing login problems with Hoping this issue will be solved soon. Thanks |
To have rootcause printed I ended up adding
aws.ssm.config should not be optional to get an exception on startup. |
Type: Bug
Component:
Parameter store
Describe the bug
having issues on retrieval of the parameter store vals results in the following log entry:
which gives no hint on the exception itself, that hapenned internally.
The swallowed exception:
Workaround
I see the exception only in debug mode (running locally). For the AWS run I had to introduce the AOP Aspect :
The text was updated successfully, but these errors were encountered: