Retrieve your vault integration information via the Edge CLI
Important This feature is available only in the latest UI.
You can review the details of your vault integrations from the Edge CLI tool.
Before you begin
- Ensure that your environment uses the latest user interface.
- You have integrated your Edge site with your vault.
- You have installed and configured the Edge CLI tool.
- K3S
- Managed Kubernetes
Retrieve information on all vault integrations
You can retrieve a list of all of your configured vault integrations on an Edge site by running the following command in the Edge CLI:
sudo ./edgecli vault list
This command provides the following vault integration information:
- ID
- Name
- Type
- Description
- AddressNote Address is returned only for CyberArk Vault integrations.
Note This command will not return any authentication information of your vault integrations. If you want to retrieve authentication information about your vaults, you need to retrieve the details of a specific vault.
Retrieve specific vault details
Run the following command in the Edge CLI to compile all of the details of a specific vault integration, such as ID, description, and authentication type:
sudo ./edgecli vault get <name>
Properties | Description |
---|---|
<name> (required) |
The name of the vault instance. It is required and it must be unique within an Edge site. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors. Note You can choose to provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations. |
This command provides the following vault integration information:
- ID
- Name
- AppID
- Type
- Description
- AddressNote Address is returned only for CyberArk Vault integrations.
- AuthType
Retrieve information on all vault integrations
You can retrieve a list of all of your configured vault integrations on an Edge site by running the following command in the Edge CLI:
./edgecli vault list
This command provides the following vault integration information:
- ID
- Name
- Type
- Description
- AddressNote Address is returned only for CyberArk Vault integrations.
Note This command will not return any authentication information of your vault integrations. If you want to retrieve authentication information about your vaults, you need to retrieve the details of a specific vault.
Retrieve specific vault details
Run the following command in the Edge CLI to compile all of the details of a specific vault integration, such as ID, description, and authentication type:
./edgecli vault get <name>
Properties | Description |
---|---|
<name> (required) |
The name of the vault instance. It is required and it must be unique within an Edge site. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors. Note You can choose to provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations. |
This command provides the following vault integration information:
- ID
- Name
- AppID
- Type
- Description
- AddressNote Address is returned only for CyberArk Vault integrations.
- AuthType