Centrify Vault

Leverage the Centrify Vault integration to create and manage Secrets.

Authentication & Identity Management · Centrify Vault

Configuration parameters

  • tenantUrl — Centrify Tenant URL (e.g. https://vault.example.local) (required)
  • clientId — Client ID of the Centrify Vault OAuth App (required)
  • clientSecret — Client Secret of the Centrify Vault OAuth App (required)
  • appId — ID of the Centrify OAuth App (required)
  • scope — Scope of the Centrify OAuth App
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (12)

  • centrify-add-secret-to-set

    Adds/Moves a secret to a set for the provided secretID. Use "centrify-retrieve-secrets" to fetch secret ID's.

  • centrify-create-secret

    Creates a secret in Centrify Vault.

  • centrify-create-secretfolder

    Creates a folder in Centrify Vault.

  • centrify-create-set

    Creates a set in Centrify Vault.

  • centrify-delete-folder

    Delete a folder from the Centrify Vault.

  • centrify-delete-secret

    Delete Secret from the Centrify Vault. Please note: Enabling "recursiveDelete" to "Yes" will delete all secrets if there multiple secrets with same name in subfolders.

  • centrify-delete-secret-by-secretid

    Delete Secret from the Centrify Vault based on the Secret ID provided.

  • centrify-delete-set

    Delete set from the Centrify Vault.

  • centrify-retrieve-folders

    Fetch details of all folders in Centrify Vault.

  • centrify-retrieve-secret-by-secretid

    Retrieves the secret from centrify vault based on secret ID.

  • centrify-retrieve-secrets

    Retrieves the secret from centrify vault based on folder name, set name or secret name. If folder name is not provided, all the secrets in the parent folder will be fetched recursively. You can filter based on the secret name and folder separately as well as combined.

  • centrify-retrieve-sets

    Fetches the details of all sets in the Centrify Vault.