feature/257-add_policy_checking #272
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 milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#272
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/257-add_policy_checking"
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?
must be merged after #270
close #257
probably also should wait for TrueCloudLab/policy-engine#25
f927756fc0
to5a4a67c45a
5a4a67c45a
to70d256beed
WIP: feature/257-add_policy_checkingto feature/257-add_policy_checking70d256beed
to2c1e6499f5
@ -133,4 +133,5 @@ const (
ControlAPIRemovePolicies = "remove policies request"
ControlAPIGetPolicy = "get policy request"
ControlAPIListPolicies = "list policies request"
PolicyValidationFailed = "Policy validation failed"
Errors start from lowercase
c0e42f12e0
to43abf58068