Use Vault Secret Credential with GCP Secret Manager
Describes using vault secret credentials, where the credentials secret (password) are stored as a secret in GCP Secret Manager.
You can use vault secret credentials to access cloud resources, to access other databases with database links, or use anywhere that username/password type credentials are required.
- Prerequisites to Create Vault Secret Credential with GCP Secret Manager
Describes the required prerequisites to use vault secret credentials with GCP Secret Manager. - Create Vault Secret Credential with GCP Secret Manager
Describes the steps to use an GCP Secret Manager secret to store secrets for use with the credentials you use to access cloud resources.
Parent topic: Use Vault Secret Credentials
Prerequisites to Create Vault Secret Credential with GCP Secret Manager
Describes the required prerequisites to use vault secret credentials with GCP Secret Manager.
To create vault secret credentials where the secret is stored in GCP Secret Manager, first perform the required prerequisites.
Parent topic: Use Vault Secret Credential with GCP Secret Manager
Create Vault Secret Credential with GCP Secret Manager
Describes the steps to use an GCP Secret Manager secret to store secrets for use with the credentials you use to access cloud resources.
This allows you to store a secret in GCP Secret Manager and use the secret with the credentials you create to access cloud resources or to access other databases.
To create vault secret credentials where the secret is stored in GCP Secret Manager:
Every 12 hours the secret (password) is refreshed from the content in the GCP Secret Manager. If you change the secret value in the GCP Secret Manager, it can take up to 12 hours for the Autonomous Database instance to pick up the latest secret value.
Run DBMS_CLOUD.REFRESH_VAULT_CREDENTIAL
to immediately
refresh a vault secret credential. This procedure gets the latest version of the
vault secret from GCP Secret Manager. See REFRESH_VAULT_CREDENTIAL Procedure for more information.
Parent topic: Use Vault Secret Credential with GCP Secret Manager