rubrikinc / terraform-provider-polaris

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

Add updated Azure CCES support for CDM 9.1+ #178

Closed joeharlan closed 2 weeks ago

joeharlan commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Customers deploying new Rubrik clusters in Azure are seeking to take advantage of some recent security enhancements. The latest enhancement for CCES in Azure is Managed Identities for Storage Account/Blob Container access rather than using Account Key access; this approach is also now considered the best path forward.

The current provider code does not appear to accommodate Managed Identity use for Storage Account access.

Describe the solution you'd like

Implement the necessary options to specify use of Managed Identity authentication vs Account Keys.

Describe alternatives you've considered

Customer would need to convert to the MI method using the RSC UI workflow.

Additional context

N/A

joeharlan commented 2 weeks ago

CDM 9.1+ is already working. The only thing not working is Managed Identity use for Storage Account auth. Description above adjusted to reflect this, but closing to re-open a new issue with the correct title.