github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/jwt/helidon/test-realm-reqauth.yaml (about)

     1  # Copyright (c) 2022, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  apiVersion: security.istio.io/v1beta1
     4  kind: RequestAuthentication
     5  metadata:
     6    name: applications-authn
     7    namespace: istio-system
     8  spec:
     9    selector:
    10      matchLabels:
    11        istio: ingressgateway
    12    jwtRules:
    13      - issuer: "https://##KEYCLOAK_URI##/auth/realms/test-realm"
    14        jwks: |
    15          ##JWKS_KEY##
    16        forwardOriginalToken: true