mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #484] Support different operations for different path #270
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zieng on GitHub (Nov 17, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/484
Specific Demand
We can allow specific operations for the whole path, however it seems we can not usedifferent operations for different path, eg:
Implement Suggestion
@sigoden commented on GitHub (Nov 18, 2024):
We will not support this feature.
The
--allow-*options globally control which operations dufs supports.The
-a <auth-role>controls the permissions granted to a user on specific paths.