InfoGrab Docs

GCP Secret Manager를 GitLab CI/CD에서 사용

GitLab CI/CD와 Google Cloud Platform Secret Manager를 통합하여 민감한 정보를 안전하게 관리합니다. 개요 # GCP Secret Manager와의 통합을 사용하면: CI/CD 파이프라인에서 GCP Secret Manager에 저장된 비밀에 직접 접근 비밀을 GitLab CI/CD 변수로 저장하지 않아도 됨 GCP IAM을 통한 세밀한 액세스 제어 사전 요구 사항 # Google Cloud 프로젝트 GCP Secret Manager API 활성화 GitLab Runner가 GCP Secret Manager에 접근할 수 있는 권한 구성 # 1단계: GCP 설정 # GCP 프로젝트에서 Secret Manager를 활성화하고 비밀을 생성합니다: gcloud services enable secretmanager.googleapis.com echo -n "my-secret-value" | gcloud secrets create my-secret \ --da