Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new RBAC roles for: #24733

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Added new RBAC roles for: #24733

merged 1 commit into from
Oct 12, 2021

Conversation

vcolin7
Copy link
Member

@vcolin7 vcolin7 commented Oct 11, 2021

Fixes #23189.

  • Creating/deleting role definitions
  • Releasing keys
  • Reading a security domain's download status
  • Generating random numbers

- Creating/deleting role definitions
- Releasing keys
- Reading a security domain's download status
- Generating random numbers
@vcolin7 vcolin7 self-assigned this Oct 11, 2021
@ghost ghost added the KeyVault label Oct 11, 2021
@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-security-keyvault-administration. You can review API changes here

API changes

+         public static final KeyVaultDataAction WRITE_ROLE_DEFINITION = fromString("Microsoft.KeyVault/managedHsm/roleDefinitions/write/action");
+         public static final KeyVaultDataAction DELETE_ROLE_DEFINITION = fromString("Microsoft.KeyVault/managedHsm/roleDefinitions/delete/action");
+         public static final KeyVaultDataAction RELEASE_KEY = fromString("Microsoft.KeyVault/managedHsm/keys/release/action");
+         public static final KeyVaultDataAction DOWNLOAD_HSM_SECURITY_DOMAIN_STATUS = fromString("Microsoft.KeyVault/managedHsm/securitydomain/download/read");
+         public static final KeyVaultDataAction RANDOM_NUMBERS_GENERATE = fromString("Microsoft.KeyVault/managedHsm/rng/action");

@vcolin7 vcolin7 modified the milestones: mile, [2021] November Oct 11, 2021
@vcolin7 vcolin7 merged commit fb2f9ca into Azure:main Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Key Vault] - Regenerate and add 7.3 RBAC roles to support SKR and RNG permissions
3 participants