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()
long
getToken()
getUris()
boolean
void
Config Server label to use (e.g., git branch)void
setPassword
(String password) Password for Spring Config Servervoid
setProfile
(String profile) Configuration profile to usevoid
setRefreshEnabled
(boolean refreshEnabled) Whether to automatically reload Camel upon secrets being updated in Spring Config Server.void
setRefreshPeriod
(long refreshPeriod) The period (millis) between checking Spring Config Server for updated secrets.void
Authentication token for the Config Servervoid
Comma separated list of Spring Config Server URIsvoid
setUsername
(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
-