Skip to content

Commit

Permalink
Document Azure Key Vault permissions support (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Mar 26, 2024
1 parent 45424ff commit dcca9e7
Show file tree
Hide file tree
Showing 2 changed files with 26 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

0 comments on commit dcca9e7

Please sign in to comment.