nspcc-dev / panel-fs-neo-org

Web UI Panel for NeoFS
GNU General Public License v3.0
1 stars 0 forks source link

More strict "allow reads for others" setting #192

Closed roman-khimov closed 7 months ago

roman-khimov commented 8 months ago

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

roman-khimov commented 7 months ago

How to fix already existing containers:

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).