generated from TrueCloudLab/basic
[#58] iam: Support more s3 actions #58
No reviewers
Labels
No labels
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#58
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/policy-engine:bugifx/delete_object_actions_converters"
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?
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
[#XX] iam: Support more s3 actionsto [#58] iam: Support more s3 actionse0275de7c8
tocfd36abace
@ -76,6 +99,9 @@ func ConvertToNativeChain(p Policy, resolver NativeResolver) (*chain.Chain, erro
for _, statement := range p.Statement {
status := formStatus(statement)
if status != chain.Allow {
Some comment will be appreciated on why we do this. For instance
cfd36abace
to1d51f2121d