Skip to content

secret manager list

dbeaver-devops edited this page Jun 2, 2026 · 2 revisions

Note: This feature is available in dbvr Pro only.

Table of contents

Synopsis

dbvr secret-manager list [-hV]

Tip: You can also use global options with this command.

Description

Print all configured secret managers.

The output includes configuration IDs and names. Use these values with other commands such as update, delete, or view.

Example

dbvr secret-manager list

Sample output:

ID                                     NAME                  TYPE            DESCRIPTION
4a520268-52eb-4af1-a6c5-9c843f8fa3a8   CyberArk Production   CyberArk        Production secrets storage
5597f31c-f148-4c87-a2dd-0ab65b81e947   Vault Production      Vault secrets   HashiCorp Vault for prod environment

The table includes:

  • ID - configuration identifier
  • NAME - configuration name
  • TYPE - secret manager type
  • DESCRIPTION - optional description

Clone this wiki locally