I wish to find any guide on how to read saved secrets into a microservices spring cloud via spring cloud config. Simply put it, I will wish to see the following:
- A clear example on how to define a given property (in the properties or yaml file) of a spring cloud config App
- Use a client (Another spring Application) to connect and use the secret read from (1) to access a service. Say a database url or similar.
Unfortunately, I have read so much of the docs or examples on your website but cannot find a similar example. I will also like to try this use case with the Hashicorp Cloud free tier (And how to connect to an application after creating and saving a secret in this case using a generated token). Thanks