Use 'c' prefix for bucket policies instead of 'n' #360
No reviewers
TrueCloudLab/storage-services-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#360
Loading…
Reference in a new issue
No description provided.
Delete branch "alexvanin/frostfs-s3-gw:fix/8574"
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?
With 'c' prefix, acl chains become shorter, thus gateway
receives shorter results and avoids sessions to neo-go.
There is still issue with many IAM rules.
@ -76,1 +81,3 @@
st = chain.NoRuleFound
st := chain.NoRuleFound
for _, target := range targets {
status, found, err := cfg.Storage.IsAllowed(chain.S3, target, req)
Why don't we use just one
RequestTarget
?Missed that, thanks!
3863c0689c
to802f3f57f9
WIP: Use 'c' prefix for bucket policies instead of 'n'to Use 'c' prefix for bucket policies instead of 'n'802f3f57f9
to65a8e2dadc