Skip to content

Commit

Permalink
fix: apply policy
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Feb 23, 2024
1 parent 6fcdc6b commit 7c68b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func applyPolicies(e *casbin.Enforcer) error {
{"maintainer", "/redistributionstate", "GET"},
{"maintainer", "/debugstore", "GET"},
{"consumer", "/rchash", "GET"},
{"maintainer", "/split", "POST"},
})

if err != nil {
Expand Down

0 comments on commit 7c68b5e

Please sign in to comment.