Class SecretManagerConfigurationProperties
java.lang.Object
io.micronaut.gcp.secretmanager.configuration.SecretManagerConfigurationProperties
@ConfigurationProperties("gcp.secret-manager")
public class SecretManagerConfigurationProperties
extends Object
Configuration for SecretManager clients and config client integration.
- Since:
- 3.4.0
- Author:
- Vinicius Carvalho
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
SecretManagerConfigurationProperties
public SecretManagerConfigurationProperties()
-
-
Method Details
-
getCustomConfigs
- Returns:
- Custom config files to be included as property sources.
-
setCustomConfigs
- Parameters:
customConfigs
- configs to be set
-
getKeys
- Returns:
- Set of secrets to be loaded
-
setKeys
- Parameters:
keys
- keys to be set
-