Replies: 1 comment 3 replies
-
Support for plain text secrets has been added in #338 and released in 3.0.0 M1: https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-M3/reference/html/index.html#using-plain-text-secrets There are no plans to add it to 2.4.x branch, but if you wish to contribute this change to 2.4.x I am happy to merge. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello -
We have a requirement where our secret is just stored a plain string and not a JSON value
Eg - /secret/demo-app/user.name-abc = "XXXXXX"
And Not as JSON shown below
/secret/demo-app/user.password-pqr = {"password" : "XXXXXX"}
This will failed ObjectMapper wouldnt be able to work with plain string- do we have a work around flag we can use and pass property key name as parameter as well
Beta Was this translation helpful? Give feedback.
All reactions