Skip to content
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

Preserve ACL/Permissions while uploading file over datalake #1571

Merged
merged 17 commits into from
Nov 25, 2024

Conversation

vibhansa-msft
Copy link
Member

✅ What

When files are uploaded to datalake storage, Permissions and ACL set on the file previously are lost.

🤔 Why

Upload APIs do not set ACLs back. We need to make additional REST call to get the access control list and set it back after the upload.

👩‍🔬 How to validate if applicable

Create a file on datalake, set the permissions from portal and then edit the file from blobfuse. ACLs/Permissions will be lost once file is saved from blobfuse end.

🔖 Related links

NA

@vibhansa-msft vibhansa-msft added this to the v2-2.4.0 milestone Nov 18, 2024
@vibhansa-msft vibhansa-msft changed the title Vibhansa/adls aclfix Preserve ACL/Permissions while uploading file over datalake Nov 18, 2024
@vibhansa-msft vibhansa-msft merged commit b07781c into main Nov 25, 2024
10 checks passed
@vibhansa-msft vibhansa-msft deleted the vibhansa/adls_aclfix branch November 25, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants