-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert ADL ACLs to UC Grants (credential passthrough) #321
Comments
When we were moving to TACL from pass-through for DBSQL, Shant created some code to do this: |
@pohlposition do we want to put links to internal repos here? 😉 |
Changed to go link |
One thing to consider here is that ADLS lets you see all the folders and drill down into them until you hit a folder you don't have access to. This assumes you have access to the storage container. We should think about replicating this into UC's BROWSE permission |
some customers do not use table ACLs and rely on giving access to ADLS folders directly (and would like to solve the lack of table ACLs when adopting UC) if they have a structure as
they can give read or write permissions to principals at either the as a generalization, there could be folders with more than 3 levels, where the last 2 should always be |
It is meant for customers who:
The command is expected to be run with a user that can access the Azure AD Graph API, and the ADLS or ABFS APIs. Perform inventory of azure storage account ACL defined for passthrough clusters and prepare inventory. Extend the save_azure_storage_accounts cli cmd to include the output of this inventory
This may be necessary to run from account-admin perspective as well
Upstream dependencies:
databricks labs ucx migrate-tables
and a related workflow #670The text was updated successfully, but these errors were encountered: