secret-manager view
Note
This feature is available in dbvr Pro only.
Synopsis¶
Tip
You can also use global options with this command.
Description¶
Print the full configuration of a secret manager.
Required argument¶
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¶
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": {}
}
}