-
Notifications
You must be signed in to change notification settings - Fork 3
secret manager view
dbeaver-devops edited this page Jun 2, 2026
·
2 revisions
Note: This feature is available in dbvr Pro only.
dbvr secret-manager view [-hV] <configurationId>
Tip: You can also use global options with this command.
Print the full configuration of a secret manager.
<configurationId>
Specify the secret manager configuration ID. The value must match an existing configuration.
Tip: Run
secret-manager listto see available configurations and their IDs.
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": {}
}
}- Getting started
- Reference
- Commands
- Connection options
- Databases support
- Administration
- About dbvr