diff options
| -rw-r--r-- | etc/envoy/envoy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
