Skip to content

Commit

Permalink
Changes that might not be right
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 18, 2024
1 parent d505d59 commit dc2777a
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 9,899 deletions.
2 changes: 1 addition & 1 deletion controllers/auth_config_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func newTestAuthConfig(authConfigLabels map[string]string) api.AuthConfig {
Patterns: []api.PatternExpressionOrRef{
{
CelPredicate: api.CelPredicate{
Predicate: "context.identity.role == 'admin'",
Predicate: "auth.identity.role == 'admin'",
},
},
},
Expand Down
Loading

0 comments on commit dc2777a

Please sign in to comment.