X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=service-exposure%2Ftemplates%2FRequestAuthentication-template.txt;h=48f651a86316ee8d67388263b15054ac7e5f4baa;hb=df61b02070956cac9ec7429281dc78ba853b46ed;hp=5fbdbbbc33fdc02c6d0d06f673cf8520649b5d30;hpb=b8ae6c467edee10ef39f1b43097fd1ec426e86b7;p=nonrtric.git diff --git a/service-exposure/templates/RequestAuthentication-template.txt b/service-exposure/templates/RequestAuthentication-template.txt index 5fbdbbbc..48f651a8 100644 --- a/service-exposure/templates/RequestAuthentication-template.txt +++ b/service-exposure/templates/RequestAuthentication-template.txt @@ -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"