Skip to content

Commit

Permalink
Update docs/Infrastructure.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Jørgen Skogstad <[email protected]>
  • Loading branch information
arealmaas and oskogstad authored Mar 4, 2025
1 parent b2b3e0f commit 8488451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The resources refer to a `source key vault` in order to fetch the necessary secr

Use the following steps:

- Ensure a `source key vault` exist for the new environment. Either create a new key vault or use an existing key vault. Currently, two key vaults exist for our environments. One in the test subscription used by Test and Staging, and one in our Production subscription, which Production uses. Ensure you add the necessary secrets that should be used by the new environment. Read here to learn about secret convention [Configuration Guide](docs/Configuration.md). Ensure also that the key vault has the following enabled: `Azure Resource Manager for template deployment`.
- Ensure a `source key vault` exist for the new environment. Either create a new key vault or use an existing key vault. Currently, two key vaults exist for our environments. One in the test subscription used by Test and Staging, and one in our Production subscription, which Production uses. Ensure you add the necessary secrets that should be used by the new environment. Read here to learn about secret convention [Configuration Guide](Configuration.md). Ensure also that the key vault has the following enabled: `Azure Resource Manager for template deployment`.

- Ensure that a role assignment `Key Vault Secrets User` and `Contributer`(should be inherited) is added for the service principal used by the GitHub Entra Application.

Expand Down

0 comments on commit 8488451

Please sign in to comment.