sm

Secret Manager

SecurityGCP
General

General information about the service.

Description

Google Secret Manager provides a secure and convenient way to store API keys, passwords, certificates, and other sensitive data.

Service ID

secretmanager.googleapis.com

Resource Pattern

projects/{project}/secrets/{secret}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

sm-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_secret_manager_secret" "main" {
2 secret_id = "sm-${var.environment}"
3
4 replication {
5 auto {}
6 }
7}
Utilities

Utilities to support app deployment or configuration.