Open typekpb opened 1 year ago
@typekpb thanks for reporting, would you like to contribute a PR?
As a workaround you could also use the optional
setting. In this case there is a log statement inside the ParameterStorePropertySources
:
spring:
config:
import: 'optional:aws-parameterstore:/config/'
I've encountered the same. It looks related to #165, possibly a regression, possibly due to some changes in Spring Boot itself.
After debugging it a bit, here is what seems to be happening:
Workaround I see the exception only in debug mode (running locally). For the AWS run I had to introduce the AOP Aspect :
Hello, I'm facing login problems with spring-cloud-aws-starter-parameter-store
version 3.2.1 and can't access the param store.
I's hard to understand what's going on in AWS and it's worst without logs.
Can you explain how to apply your workaround please?
Hoping this issue will be solved soon.
Thanks
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 :