Hi there!
I am using multiple Azure Key Vaults within our Azure Databricks workspaces, and we have set up secret scopes that are backed by these Key Vaults. Azure provides two authentication methods for accessing Key Vaults:
Access Policies, which is considered a legacy option.
Role-Based Access Control (RBAC), which is the modern, standardized approach across all Azure services.
Currently, Databricks secret scopes can only be configured with Access Policies. Given Azureโs shift toward RBAC as the preferred method, is there any plan to support RBAC for managing secret scopes in the future?