More strict "allow reads for others" setting #108

Closed
opened 2025-12-28 18:07:06 +00:00 by sami · 1 comment
Owner

Originally created by @roman-khimov on GitHub (Mar 28, 2024).

Originally assigned to: @mike-petrov on GitHub.

Current Behavior

"allow reads for others" sets two rules to allow GET and HEAD.

Expected Behavior

It should also allow RANGE and RANGEHASH. It should at the same time disable SEARCH/PUT/DELETE (these rules should come first).

Possible Solution

Fix rules.

Your Environment

  • Version of the product used: 0.5.1
Originally created by @roman-khimov on GitHub (Mar 28, 2024). Originally assigned to: @mike-petrov on GitHub. ## Current Behavior "allow reads for others" sets two rules to allow GET and HEAD. ## Expected Behavior It should also allow RANGE and RANGEHASH. It should at the same time disable SEARCH/PUT/DELETE (these rules should come first). ## Possible Solution Fix rules. ## Your Environment * Version of the product used: 0.5.1
sami 2025-12-28 18:07:06 +00:00
Author
Owner

@roman-khimov commented on GitHub (Apr 17, 2024):

How to fix already existing containers:

  • open EACL management panel for your container
  • add PUT/DENY/OTHERS rule
  • add DELETE/DENY/OTHERS rule
  • save new EACL (this operation is free, no fees are paid)

Rule order doesn't matter in this case and SEARCH is optional (you can disable it as well or you can leave it available, your choice).

@roman-khimov commented on GitHub (Apr 17, 2024): How to fix already existing containers: * open EACL management panel for your container * add PUT/DENY/OTHERS rule * add DELETE/DENY/OTHERS rule * save new EACL (this operation is free, no fees are paid) Rule order doesn't matter in this case and SEARCH is optional (you can disable it as well or you can leave it available, your choice).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/panel-fs-neo-org#108
No description provided.