Loading
fix(runway): rename the workload secret to ar-service-tokens
Context
The ar-bootstrap-token workload secret predates the real authentication path: it originally held only AR_BOOTSTRAP_TOKEN. The bootstrap token is retired, and the secret now carries only the two service tokens (AR_GITLAB_API_SERVICE_TOKEN, AR_IAM_SERVICE_TOKEN), so the name is misleading.
This is a fix so that it triggers a deployment.
What
- Rename the
workloadSecretsreference in.runway/deployment.yamltoar-service-tokens. - Update the .com infrastructure doc's Vault tree and
secretEnvFromnote to match.
Rollout
- The Vault secrets
env/staging/service/artifact-registry-gke/ar-service-tokensand the production twin already exists - Delete the old
ar-bootstrap-tokenVault entries in both environments after a green deploy.
Edited by João Pereira