Retrieve your vault integration information via the Edge CLI

You can review the details of your vault integrations from the Edge CLI tool.

Prerequisites

Retrieve information on all vault integrations

Run the following command in the Edge CLI to retrieve a list of all your configured Edge site vault integrations:

Copy
sudo ./edgecli vault list

The command provides the following vault information for all vaults:

  • ID
  • Name
  • Type
  • Description
  • Address
    Note Address appears only for CyberArk Vault integrations.

Note This command doesn't return vault integration authentication information. 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 retrieve all details of a specific vault integration:

Copy
sudo ./edgecli vault get <name>
Properties Description
<name> (required) The unique name of the vault instance. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors.
Note You can provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations.

The command provides the following information for the vault you specified:

  • ID
  • Name
  • AppID
  • Type
  • Description
  • Address
    Note Address appears only for CyberArk Vault integrations.
  • AuthType

Retrieve information on all vault integrations

Run the following command in the Edge CLI to retrieve a list of all your configured Edge site vault integrations:

Copy
./edgecli vault list

The command provides the following vault information for all vaults:

  • ID
  • Name
  • Type
  • Description
  • Address
    Note Address appears only for CyberArk Vault integrations.

Note This command doesn't return vault integration authentication information. 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 retrieve all details of a specific vault integration:

Copy
./edgecli vault get <name>
Properties Description
<name> (required) The unique name of the vault instance. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors.
Note You can provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations.

The command provides the following information for the vault you specified:

  • ID
  • Name
  • AppID
  • Type
  • Description
  • Address
    Note Address appears only for CyberArk Vault integrations.
  • AuthType

What's next