Package org.apache.camel.vault
Class CyberArkVaultConfiguration
java.lang.Object
org.apache.camel.vault.VaultConfiguration
org.apache.camel.vault.CyberArkVaultConfiguration
Configuration for access to CyberArk Conjur Vault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()booleanvoidsetAccount(String account) The CyberArk Conjur account namevoidThe API key for authenticationvoidsetAuthToken(String authToken) Pre-authenticated token to usevoidsetCertificatePath(String certificatePath) Path to the SSL certificate for verificationvoidsetPassword(String password) The password for authenticationvoidsetSecrets(String secrets) Specify the secret names (or pattern) to check for updates.voidThe CyberArk Conjur instance URLvoidsetUsername(String username) The username for authenticationvoidsetVerifySsl(boolean verifySsl) Whether to verify SSL certificatesMethods inherited from class org.apache.camel.vault.VaultConfiguration
aws, azure, cyberark, gcp, getAwsVaultConfiguration, getAzureVaultConfiguration, getCyberArkVaultConfiguration, getGcpVaultConfiguration, getHashicorpVaultConfiguration, getIBMSecretsManagerVaultConfiguration, getKubernetesConfigMapVaultConfiguration, getKubernetesVaultConfiguration, getSpringCloudConfigConfiguration, hashicorp, ibmSecretsManager, kubernetes, kubernetesConfigmaps, setAwsVaultConfiguration, setAzureVaultConfiguration, setCyberArkVaultConfiguration, setGcpVaultConfiguration, setHashicorpVaultConfiguration, setIBMSecretsManagerVaultConfiguration, setKubernetesConfigMapVaultConfiguration, setKubernetesVaultConfiguration, setSpringCloudConfigConfiguration, springConfig
-
Constructor Details
-
CyberArkVaultConfiguration
public CyberArkVaultConfiguration()
-
-
Method Details
-
getUrl
-
setUrl
The CyberArk Conjur instance URL -
getAccount
-
setAccount
The CyberArk Conjur account name -
getUsername
-
setUsername
The username for authentication -
getPassword
-
setPassword
The password for authentication -
getApiKey
-
setApiKey
The API key for authentication -
getAuthToken
-
setAuthToken
Pre-authenticated token to use -
isVerifySsl
public boolean isVerifySsl() -
setVerifySsl
public void setVerifySsl(boolean verifySsl) Whether to verify SSL certificates -
getCertificatePath
-
setCertificatePath
Path to the SSL certificate for verification -
getSecrets
-
setSecrets
Specify the secret names (or pattern) to check for updates. Multiple secrets can be separated by comma.
-