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

Fix Glide cache disk permissions #5724

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Conversation

jasonvarga
Copy link
Member

Fixes #5662

Passing a path into the Glide server factory will have Glide create a filesystem behind the scenes with the default visibility.
In Flysystem 1 the default visibility was public, but in Flysystem 3 the default is private, which is responsible for the bug.

Instead of passing a path, you can pass a Filesystem instance. That's what this PR is doing, and it's explicitly setting the visibility to public.

@jasonvarga
Copy link
Member Author

This fix is in #5725

@jasonvarga jasonvarga closed this Apr 1, 2022
@jasonvarga jasonvarga deleted the fix/5662-glide-cache-permissions branch April 1, 2022 20:39
@jasonvarga jasonvarga restored the fix/5662-glide-cache-permissions branch April 5, 2022 14:38
@jasonvarga jasonvarga reopened this Apr 5, 2022
@jasonvarga jasonvarga merged commit d9a4887 into 3.3 Apr 6, 2022
@jasonvarga jasonvarga deleted the fix/5662-glide-cache-permissions branch April 6, 2022 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Glide permissions issue with custom system user
1 participant