github.com/kyma-project/kyma-environment-broker@v0.0.1/resources/kcp/charts/kyma-environment-broker/templates/request-authentication.yaml (about) 1 apiVersion: security.istio.io/v1beta1 2 kind: RequestAuthentication 3 metadata: 4 name: jwt-auth-keb 5 namespace: kcp-system 6 annotations: 7 argocd.argoproj.io/sync-options: Prune=false 8 spec: 9 jwtRules: 10 - issuer: https://oauth2.{{ .Values.global.ingress.domainName }}/ 11 jwksUri: https://oauth2.{{ .Values.global.ingress.domainName }}/.well-known/jwks.json 12 - issuer: {{ tpl .Values.oidc.issuer $ }} 13 jwksUri: {{ tpl .Values.oidc.keysURL $ }} 14 selector: 15 matchLabels: 16 app.kubernetes.io/name: {{ include "kyma-env-broker.name" . }} 17 app.kubernetes.io/instance: {{ .Release.Name }}