You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this project was initially developed, RBAC for Key Vault has GA'd and we should use that instead for a more unified permissions model across Azure resources.
The text was updated successfully, but these errors were encountered:
- key-vault: use RBAC authZ, which has since GA'd
- service connections are set directly from terraform
instead of indirectly via key vault because:
- terraform released 'sensitive=true' feature for outputs
- key vault RBAC propagation can take up to 10 minutes,
which breaks terraform runs
Current implementation uses Key Vault Access Policies
Since this project was initially developed, RBAC for Key Vault has GA'd and we should use that instead for a more unified permissions model across Azure resources.
The text was updated successfully, but these errors were encountered: