Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync APIs. @tag-name=gloo-v1.16.0-rc1 #1093

Merged
merged 1 commit into from
Dec 15, 2023
Merged
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
3 changes: 3 additions & 0 deletions api/gloo/enterprise.gloo/v1/auth_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,9 @@ message OidcAuthorizationCode {
IdentityToken identity_token = 24;

// Optional: Map a single claim from an OAuth2 access token to a header in the request to the upstream destination.
// Gloo Mesh products only: Note that if you want to clear the route cache to force the proxy to recalculate the
// routing destination after adding the claims, you must create an additional JwtPolicy or TransformationPolicy,
// and configure the `clearRouteCache` or `recalculateRoutingDestination` options.
message AccessToken {

// A list of claims to be mapped from the JWT token received by ext-auth-service to an upstream destination
Expand Down
3 changes: 3 additions & 0 deletions pkg/api/enterprise.gloo.solo.io/v1/auth_config.pb.go

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

Loading