Update keycloak version
[nonrtric.git] / service-exposure / templates / RequestAuthentication-template.txt
index 5fbdbbb..48f651a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2022 Nordix Foundation.
+#  Copyright (C) 2022-2023 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -29,3 +29,5 @@ spec:
   jwtRules:
   - issuer: "http://istio-ingressgateway.istio-system:80/auth/realms/{{.Realm}}"
     jwksUri: "http://keycloak.default:8080/auth/realms/{{.Realm}}/protocol/openid-connect/certs"
+  - issuer: "https://keycloak:8443/realms/{{.Realm}}"
+    jwksUri: "http://keycloak.default:8080/realms/{{.Realm}}/protocol/openid-connect/certs"