shawnho1018 / gcp-sms-demo

A demo sample to show how to mount GCP secret manager as K8S secret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Manager Demo

There are 2 samples provided as examples to utilize GCP secret manager (GSM) as K8S secret.

  • The first method, gcp-sms-secret-provider, utilizes secrets-store-csi-driver to convert GSM secret into k8s secret.
  • The second method, gcp-sms-ext-secret, utilizes external-secret, to directly mount GSM secret into k8s secret.

It is recommended to utilize the first method since secrets-store-csi-driver was supported by GCP.

About

A demo sample to show how to mount GCP secret manager as K8S secret

License:MIT License


Languages

Language:Shell 100.0%