Skip to content

Commit

Permalink
Document Azure Key Vault permissions support
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Mar 18, 2024
1 parent 1c33c02 commit c98d9c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/features/azure-iam/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ spec:
type: azure
azureRoles:
- "Storage Blob Data Contributor"
- name: "/providers/Microsoft.KeyVault/vaults/otterizetutorialazureiamkeyvault"
type: azure
# Optional - Grant Azure Key Vault data plane access by using Key Vault access policy
azureKeyVaultPolicy:
certificatePermissions:
- "all"
keyPermissions:
- "all"
secretPermissions:
- "all"
storagePermissions:
- "get"
- "list"
```

### Automatically generating ClientIntents for Azure IAM
Expand Down
13 changes: 13 additions & 0 deletions docs/features/azure-iam/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ spec:
# one or more Azure roles that will be provided to the specified resources
azureRoles:
- "Storage Blob Data Contributor"
- name: "/providers/Microsoft.KeyVault/vaults/otterizetutorialazureiamkeyvault"
type: azure
# Optional - Grant Azure Key Vault data plane access by using Key Vault access policy
azureKeyVaultPolicy:
certificatePermissions:
- "all"
keyPermissions:
- "all"
secretPermissions:
- "all"
storagePermissions:
- "get"
- "list"
```

### Annotations
Expand Down
4 changes: 4 additions & 0 deletions static/code-examples/azure-iam-aks/clientintents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ spec:
type: azure
azureRoles:
- "Storage Blob Data Contributor"




0 comments on commit c98d9c9

Please sign in to comment.