Package org.apache.camel.vault
Class SpringCloudConfigConfiguration
java.lang.Object
org.apache.camel.vault.VaultConfiguration
org.apache.camel.vault.SpringCloudConfigConfiguration
Configuration for Spring Cloud Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()longgetToken()getUris()booleanvoidConfig Server label to use (e.g., git branch)voidsetPassword(String password) Password for Spring Config ServervoidsetProfile(String profile) Configuration profile to usevoidsetRefreshEnabled(boolean refreshEnabled) Whether to automatically reload Camel upon secrets being updated in Spring Config Server.voidsetRefreshPeriod(long refreshPeriod) The period (millis) between checking Spring Config Server for updated secrets.voidAuthentication token for the Config ServervoidComma separated list of Spring Config Server URIsvoidsetUsername(String username) Username for Spring Config ServerMethods inherited from class org.apache.camel.vault.VaultConfiguration
aws, azure, gcp, getAwsVaultConfiguration, getAzureVaultConfiguration, getGcpVaultConfiguration, getHashicorpVaultConfiguration, getIBMSecretsManagerVaultConfiguration, getKubernetesConfigMapVaultConfiguration, getKubernetesVaultConfiguration, getSpringCloudConfigConfiguration, hashicorp, ibmSecretsManager, kubernetes, kubernetesConfigmaps, setAwsVaultConfiguration, setAzureVaultConfiguration, setGcpVaultConfiguration, setHashicorpVaultConfiguration, setIBMSecretsManagerVaultConfiguration, setKubernetesConfigMapVaultConfiguration, setKubernetesVaultConfiguration, setSpringCloudConfigConfiguration, springConfig
-
Constructor Details
-
SpringCloudConfigConfiguration
public SpringCloudConfigConfiguration()
-
-
Method Details
-
getPassword
-
setPassword
Password for Spring Config Server -
getUsername
-
setUsername
Username for Spring Config Server -
getUris
-
setUris
Comma separated list of Spring Config Server URIs -
isRefreshEnabled
public boolean isRefreshEnabled() -
setRefreshEnabled
public void setRefreshEnabled(boolean refreshEnabled) Whether to automatically reload Camel upon secrets being updated in Spring Config Server. -
getRefreshPeriod
public long getRefreshPeriod() -
setRefreshPeriod
public void setRefreshPeriod(long refreshPeriod) The period (millis) between checking Spring Config Server for updated secrets. -
getToken
-
setToken
Authentication token for the Config Server -
getLabel
-
setLabel
Config Server label to use (e.g., git branch) -
getProfile
-
setProfile
Configuration profile to use
-