From df6f325e350f4407acd797136bd708cba20f197c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 28 May 2025 13:00:39 -0600 Subject: chore: specify the issuer of the jwt provider --- etc/envoy/envoy.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 4378647..6cf6c55 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -173,6 +173,7 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication providers: provider1: + issuer: https://example.com audiences: - OAUTH_CLIENT_ID claim_to_headers: -- cgit v1.2.3