We use GCP Secret Manager and load a whole property file into a secret.
Is it possible to use this file (in fact it's a string) as a PropertySource in Spring Boot so that we can access the single properties with @Value
?
We use GCP Secret Manager and load a whole property file into a secret.
Is it possible to use this file (in fact it's a string) as a PropertySource in Spring Boot so that we can access the single properties with @Value
?