Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Dec 13, 2023
1 parent b9cf9f3 commit 671d69c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
"@type": "type.googleapis.com/envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication",
"providers": {
"httproute/envoy-gateway-system/backend/rule/0/match/0/www_example_com/example": {
"forward": true,
"remoteJwks": {
"asyncFetch": {},
"cacheDuration": "300s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ xds:
'@type': type.googleapis.com/envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication
providers:
httproute/envoy-gateway-system/backend/rule/0/match/0/www_example_com/example:
forward: true
remoteJwks:
asyncFetch: {}
cacheDuration: 300s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ xds:
'@type': type.googleapis.com/envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication
providers:
httproute/envoy-gateway-system/backend/rule/0/match/0/www_example_com/example:
forward: true
remoteJwks:
asyncFetch: {}
cacheDuration: 300s
Expand Down

0 comments on commit 671d69c

Please sign in to comment.