rubrikinc / terraform-provider-polaris

Terraform provider for the Polaris platform
MIT License
2 stars 9 forks source link

Add support for Azure scoped permissions #161

Closed johan3141592 closed 1 month ago

johan3141592 commented 1 month ago

Add support for splitting the permissions between subscription level and resource group level.

johan3141592 commented 1 month ago

The latest beta release (v0.9.0-beta.2) adds support for scoped permissions. The polaris_azure_permissions data source has been updated to provide both subscription level and resource group level permissions. See the polaris_azure_permissions data source documentation for additional information.

Note, the way to notify RSC about role permissions being updated has changed. Previously the permissions field of the polaris_azure_service_principal resource would be used. Now, each polaris_azure_subscription feature has its own permissions field.