Creating Secrets in Google Secret Manager
Create a secret for your GCP integration
A connector uses a secret to connect Apono to the GCP environment cloud resources without storing any credentials. For GCP-based integrations, secrets are created and managed through Google Secret Manager, a centralized, secure repository for storing this confidential information.
Prerequisites
Google Secret Manager
Google solution for secure secret storage, key management, and certificate management For more information on enabling, assigning, and authenticating Secret Manager, see Google’s documentation.
Secret Manager Permissions
Apono-specific permissions that allow the Secret Manager Secret Accessor to access your secret
To ensure that the Apono Connector can retrieve the secret, assign the following Secret Accessor role on the project or organization:
roles/secretmanager.secretAccessor
\
Create a Google Secret
Follow these steps to create a secret in Google Secret Manager:
In Google Secret Manager, select Create Secret. The Create Secret page appears.
Enter an alphanumeric Name for the secret.
Click Create secret.
Once the secret has been created, you can retrieve the secret version ID to reference in your code.
Last updated
Was this helpful?