Skip to content

feat: Add setup to read secrets from Vault and mirror to GSM

Graeme Gillies requested to merge ggillies/add-vault-read into main

Part of team#52 (closed)

This change allows the reconciler (if it has Vault access) to read all secrets from Vault (for the environment/service combination we are deploying) and mirror them over into GSM.

This change will also then expose these secrets as environment variables to the Cloud Run container of Runway.

The pattern is that the secret name in Vault will be used as the key for the environment variable, and in Vault, each secret must have a key called "value", the value of which will be used as the value

Edited by Graeme Gillies

Merge request reports