Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Create a Service Principal
Create a Microsoft Entra application and service principal for the Ranger ABFS plugin.
The service principal acts as the administrator identity that Ranger uses to read and update POSIX ACLs on Azure Blob Storage resources.
You can create the service principal by using the Azure portal or Azure CLI.
The following example uses Azure CLI:
Save the generated client secret value when you create the secret. Microsoft Entra displays the value only when the secret is created.
Assign the Storage Blob Data Owner role to the service principal:
Role assignments can take several minutes to propagate.
The Storage Blob Data Owner role provides superuser-level access to the data plane and bypasses ACL checks. Therefore, do not use the Ranger ABFS plugin service principal to test access-denied scenarios. Use a separate principal that does not have an RBAC data role.