Skip to content

Commit

Permalink
Sync Gloo APIs. Destination Branch: gloo-v1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bot committed Dec 19, 2023
1 parent fa6eb7c commit 45272f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 @@ -728,6 +728,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.

0 comments on commit 45272f9

Please sign in to comment.