-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devops MI keyvault cert creation on-demand permissions (#906)
* grant the devops MSI on-demand permissions when creating certs in KV * move key-vault-cert module to keyvault folder
- Loading branch information
Showing
6 changed files
with
24 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
dev-infrastructure/configurations/mock-identities.tmpl.bicepparam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
using '../templates/mock-identities.bicep' | ||
|
||
param aroDevopsMsiId = '{{ .aroDevopsMsiId }}' | ||
|
||
param keyVaultName = '{{ .serviceKeyVault.name }}' |
38 changes: 0 additions & 38 deletions
38
dev-infrastructure/modules/keyvault/identity-script-msi.bicep
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters