Hashicorp Vault Target
You can define a Hashicorp Vault target to be used with Hashicorp Vault Universal Secrets Connector
Create a Hashicorop Vault Target in the CLI
To create an Hashicorp Vault target from the CLI, run the following command:
akeyless target create hashi-vault \
--name <target name> \
--hashi-url 'https://<your-vault-api-url:8200>' \
--vault-token <Access Token> \
--namespace <Namespace Name>
Where:
-
name
: A unique name of the target. The name can include the path to the virtual folder where you want to create the new target, using slash/
separators. If the folder does not exist, it will be created together with the target. -
hashi-url
: HashiCorp Vault URL, e.g.https://vault-mgr01:8200
. -
vault-token
: Vault access token with sufficient permissions. -
namespace
: List of vault namespaces. To specify multiple namespaces use the argument multiple times:--namespace ns1
--namespace ns2
You can find the complete list of parameters for this command in the CLI Reference - Akeyless Targets section.
Create a Hashicorp Vault Target in the Console
-
Log in to the Akeyless Console, and go to Targets > New > Other > Hashicorp Vault
-
Define a Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash
/
separators. If the folder does not exist, it will be created together with the target. -
Select a Protection key with a Customer Fragment to enable Zero-Knowledge and click Next.
For more information about Zero-Knowledge, see Implement Zero Knowledge. -
Set the maximum versions for the target.
-
Define the remaining parameters as follows:
-
Token: Vault access token with sufficient permissions that will be used for authentication.
-
URL: Vault URL.
-
Namespace: Enter the namespace in which your vault resources are located.
- Click Finish.
Updated 4 months ago