You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I would like to request a feature to the Spring Cloud GCP library, adding support for the parameter manager module. This enhancement enables the library to resolve the parameter presented in GCP Parameter Manager in the application.properties file and using the @Value annotation. It also expose the CRUD methods for the Parameter Manager. It will be implemented the same way as secretmanager is implemented.
Proposed Changes:
Add the support of parametermanager module in the spring-cloud-gcp which provides below functionality.
Inject parameter from Parameter Manager usng @Value annotation with specified path i.e pm@pm@global/my-param/v1
Resolve the parameter from the Parameter Manager specified in the application.properties file
Expose the methods for createParameter, enableParameterVersion, disableParameterVersion, deleteParameterVersion, getParameterString, deleteParameter.
Add sample application which uses parametermanager to showcase the usecases.
Add the documentation to reflect the new capabilities of parametermanager
Description
I would like to request a feature to the Spring Cloud GCP library, adding support for the parameter manager module. This enhancement enables the library to resolve the parameter presented in GCP Parameter Manager in the
application.properties
file and using the@Value
annotation. It also expose the CRUD methods for the Parameter Manager. It will be implemented the same way assecretmanager
is implemented.Proposed Changes:
@Value
annotation with specified path i.epm@pm@global/my-param/v1
application.properties
filecreateParameter
,enableParameterVersion
,disableParameterVersion
,deleteParameterVersion
,getParameterString
,deleteParameter
.More information about parameter manager: https://cloud.google.com/secret-manager/parameter-manager/docs/overview
The text was updated successfully, but these errors were encountered: