-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Parameter Store is not found in native version #1293
Comments
Hey @mmuniz75 , With following hints I have samples that are loading properties normally on the start up with localstack
Could you please provide a Github repo instead of Zip. It is much easier to review |
Hi MatejNedic, After I add the : hints.resources().registerPattern("io/awspring/cloud/core/SpringCloudClientConfiguration.properties"); It works !! Thanks for all |
I have simple Spring Boot project that works fine in JVM version.
After compile with ./gradlew nativeCompile and try execute I got :
Config data resource '[ParameterStoreConfigDataResource@41369e7b context = '/muniz/lab/', optional = false]' via location 'aws-parameterstore:/muniz/lab/' does not exist
Looks like it is not found the credentials to achieve the resource that contain the parameter store.
JDK : 21
Spring Boot : 3.3.6
Spring Cloud : 2023.0.4
Spring Cloud AWS : 3.2
GrallVM Compiler : Liberica 23.1.5.r21
To test project just need call : http://localhost:8080/param
Spring Boot project attached.
parameter-store.zip
The text was updated successfully, but these errors were encountered: