Skip to content

secret-manager view

Note

This feature is available in dbvr Pro only.

Synopsis

dbvr secret-manager view [-hV] <configurationId>

Tip

You can also use global options with this command.

Description

Print the full configuration of a secret manager.

Required argument

<configurationId>

Specify the secret manager configuration ID. The value must match an existing configuration.

Tip

Run secret-manager list to see available configurations and their IDs.

Example

dbvr secret-manager view 4a520268-52eb-4af1-a6c5-9c843f8fa3a8

Sample output:

{
  "baseUrl": "https://conjur.example.com",
  "account": "myorg",
  "username": "admin",
  "apiKey": "",
  "policyBranch": "dev/app",
  "trustCertificate": false,
  "providerId": "cyberark-parameters-provider",
  "configurationId": "4a520268-52eb-4af1-a6c5-9c843f8fa3a8",
  "configurationName": "CyberArk Production",
  "mappingRule": {
    "rules": {}
  }
}