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 Appinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (12)
-
centrify-add-secret-to-setAdds/Moves a secret to a set for the provided secretID. Use "centrify-retrieve-secrets" to fetch secret ID's.
-
centrify-create-secretCreates a secret in Centrify Vault.
-
centrify-create-secretfolderCreates a folder in Centrify Vault.
-
centrify-create-setCreates a set in Centrify Vault.
-
centrify-delete-folderDelete a folder from the Centrify Vault.
-
centrify-delete-secretDelete 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-secretidDelete Secret from the Centrify Vault based on the Secret ID provided.
-
centrify-delete-setDelete set from the Centrify Vault.
-
centrify-retrieve-foldersFetch details of all folders in Centrify Vault.
-
centrify-retrieve-secret-by-secretidRetrieves the secret from centrify vault based on secret ID.
-
centrify-retrieve-secretsRetrieves 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-setsFetches the details of all sets in the Centrify Vault.