Class VaultConfig
java.lang.Object
com.scivicslab.turingworkflow.plugins.vault.VaultConfig
Configuration for HashiCorp Vault connection.
- Since:
- 1.0.0
- Author:
- devteam@scivicslab.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VaultConfig
Creates a new VaultConfig.- Parameters:
address- Vault server address (e.g., "http://127.0.0.1:8200")token- Vault authentication token
-
-
Method Details
-
getAddress
Gets the Vault server address.- Returns:
- Vault server address
-
getToken
Gets the Vault authentication token.- Returns:
- Vault token
-
toString
Returns a string representation of this configuration. The token value is masked for security.
-