Skip to content

Release 2523

Choose a tag to compare

@github-actions github-actions released this 06 Jun 09:49
aebbacd

Trello card

Trello-498

Context

We don't want to store non-secret environment variables in Azure keyvault; instead we can keep them in the application repository. Similarly, we have a number of unused secrets/env vars that can be removed from the keyvault.

Changes proposed in this pull request

  • Bring non-secret env vars into dotenv

We don't need to store these in keyvault so instead can bring them into the dotenv files.

  • Fix typo in GTM secrets

These should be in the format KEY=VALUE.

Guidance to review

The keyvault will be updated to remove unused/non-secret variables before this ships.