SSO & Parameter Store #1131
-
Hello! 👋 I am using currently migrating from a manual setup to using spring-cloud-aws-starter-parameter-store:3.1.0 for variables. It does not seem to be able to autoconfigure with SSO, all I get is this:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm not very familiar with this topic. How did you get credentials from this file before? If you have custom credentials provider you can configure it in bootstrap context like explained in docs: https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/reference/html/index.html#customizing-ssmclient Does it help? |
Beta Was this translation helpful? Give feedback.
-
i have the same issue. Did you find a solution for this problem? |
Beta Was this translation helpful? Give feedback.
I found a solution for this problem. If you add the following dependencies to your project, it works just fine: