Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions api/gloo/gloo/v1/enterprise/options/rbac/rbac.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ message JWTPrincipal {
BOOLEAN = 1;
// The JWT claim value is a list that contains a string that exactly matches the value.
LIST_CONTAINS = 2;
// The JWT claim value is a glob pattern that matches the value.
GLOB_MATCH = 3;
}
// The matcher to use when evaluating this principal. By default, exact string comparison (EXACT_STRING) is used.
ClaimMatcher matcher = 3;
Expand Down
506 changes: 64 additions & 442 deletions api/gloo/graphql.gloo/v1beta1/graphql.proto

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions pkg/api/gloo.solo.io/v1/enterprise/options/rbac/rbac.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading