Skip to content

Commit

Permalink
authx can always see permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Sep 25, 2024
1 parent 03a8caf commit e330cb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions permissions_engine/authz.rego
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ allow {

# The authx library uses these paths:
authx_paths = {
"datasets": ["v1", "data", "permissions", "datasets"],
"allowed": ["v1", "data", "permissions", "allowed"],
"site_admin": ["v1", "data", "permissions", "site_admin"],
"permissions": ["v1", "data", "permissions"],
"user_id": ["v1", "data", "idp", "user_key"]
}

Expand Down

0 comments on commit e330cb8

Please sign in to comment.