Skip to content

Commit e6a2406

Browse files
zhaohuabingekline-ai
authored andcommitted
chore: use envoy gateway website instead of httpbin for test (envoyproxy#7371)
Signed-off-by: Huabing Zhao <[email protected]> Signed-off-by: EkLine AI <[email protected]>
1 parent 556494a commit e6a2406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/gatewayapi/testdata/securitypolicy-with-oidc-invalid-issuer.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ securityPolicies:
3535
name: gateway-1
3636
oidc:
3737
provider:
38-
issuer: "https://httpbin.org/"
38+
issuer: "https://gateway.envoyproxy.io"
3939
clientID: "client1.apps.foo.bar.com"
4040
clientSecret:
4141
name: "client1-secret"

internal/gatewayapi/testdata/securitypolicy-with-oidc-invalid-issuer.out.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ securityPolicies:
7373
kind: null
7474
name: client1-secret
7575
provider:
76-
issuer: https://httpbin.org/
76+
issuer: https://gateway.envoyproxy.io
7777
targetRef:
7878
group: gateway.networking.k8s.io
7979
kind: Gateway
@@ -87,7 +87,7 @@ securityPolicies:
8787
namespace: default
8888
conditions:
8989
- lastTransitionTime: null
90-
message: 'OIDC: failed fetching openid-configuration from issuer URL: https://httpbin.org/,
90+
message: 'OIDC: failed fetching openid-configuration from issuer URL: https://gateway.envoyproxy.io,
9191
status code: 404.'
9292
reason: Invalid
9393
status: "False"

0 commit comments

Comments
 (0)