Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions INFN-Cloud/http/base/authz/cygno_test.rego
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
package http.base.authz

test_listbucket_cygno_allowed {
allow with input as {
"account": "cygnodm",
"bucket": "cygnus",
"action": "s3:ListBucket"
}
}

test_listbucket_cygno_allowed_new {
allow with input as {
"account": "cygnodm",
"bucket": "cygno-analysis",
"action": "s3:ListBucket"
}
}

test_post_cygnus_allowed {
allow with input as { "claims": { "preferred_username": "stalio",
"groups": ["cygno-users"],
Expand Down