Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 936 Bytes

File metadata and controls

26 lines (17 loc) · 936 Bytes

Secrets

How to view or change secrets

Each environment has its own Azure key vault in a separate resource group to the main app. The key vaults are behind a firewall and to access them you will need to add your IP address to the allow list.

  1. If you’re working in the test and production environments, first elevate your privileges using a PIM request.

  2. Navigate to the key vault in the Azure Portal:

    • developments118d01-secrets-kv
    • tests118t01-secrets-kv
    • productions118p01-secrets-kv
  3. Go to “Firewalls and virtual networks” under Networking.

  4. Add your IP address under Firewall and click Save.

  5. In the key vault, navigate to Secrets to view or change the secrets.

  6. Delete your IP address after you have finished – it will also be automatically deleted after the next deploy.