Databricks access

Vijay Kumar 2,016 Reputation points
2021-04-02T23:43:58.063+00:00

com.databricks.common.client.databricksservicehttpclientexception: PERMISSION DENIED: user [REDACTED]@jaswant .com does not have READ permission on scope secretscope-SNF-DOPS-AUTH-KEY-b00ml to perform this action.

How to provide access ?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,915 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 76,836 Reputation points Microsoft Employee
    2021-04-05T04:52:14.68+00:00

    Hello @Vijay Kumar ,

    From the error message it looks like you don't have READ permission on the scope. Could you please verify the permission on the scope created?

    To resolve the issue, you can run the put-acl Databricks CLI command.

    databricks secrets put-acl --scope <scope-name> --principal <principal> --permission <permission>  
    

    For more details, refer Azure Databricks - Secret access control

    Hope this helps. Do let us know if you any further queries.

    ------------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful