Marcelo Muniz Silva

Results 6 comments of Marcelo Muniz Silva

Spring Boot 3.2 Spring Cloud 2021.0.6 I have this simple projetct with AWS Parameter store value to be load in a rest end point : curl --location 'http://localhost:8080/param' It works...

Using Spring Cloud 2023.0.0 and spring-cloud-aws 3.1 now when I starts the compiled version I have : *************************** APPLICATION FAILED TO START *************************** Description: Config data resource '[SecretsManagerConfigDataResource@2f04477c context =...

Looks like it is not able to get the AWS Token

[parameter-native.zip](https://github.com/awspring/spring-cloud-aws/files/13771316/parameter-native.zip) I have this one without token but still not starts in the compiled version. You can test setting the properties : export AWS_ACCESS_KEY_ID=AKIAXMDC5B4B3IYMKFE6 export AWS_SECRET_ACCESS_KEY=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 and then call :...

[parameter-check.zip](https://github.com/awspring/spring-cloud-aws/files/13771921/parameter-check.zip) Here is one more example that shows AWS SDK is ok to get the paremeter store in compiled version, the issue is just for spring-cloud-aws to get it credentials...

I added this hints and still not works. To workaroud this issue I create a Util to load all parameters and secrets using directly the AWS api before starts Spring...