Skip to content

feat: only copy uppercase secrets (env variables)

Gonzalo Servat requested to merge only-copy-uppercase-secrets into main

What

Only copy uppercase environment variables from vault to Google Secrets Manager.

Why

We're starting to use the Runway service vault path for other secrets (not just environment variables) and we don't want these copied over. Example: trust store PEMs.

This MR updates the filtering so instead of skipping on .placeholder, we skip any lowercase secrets, which includes .placeholder.

Edited by Gonzalo Servat

Merge request reports