From 2e5d7c8ff25fd749acf97f6b92c7088e4d22200a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Fri, 29 Jan 2021 23:28:08 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E6=94=AF=E6=8C=81=20uniauth=20idToken?= =?utf8?q?=20=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.5.personal-security-center-zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.5.personal-security-center-zuul.yaml b/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.5.personal-security-center-zuul.yaml index 0ec4ca3..a81ea37 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.5.personal-security-center-zuul.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.5.personal-security-center-zuul.yaml @@ -58,6 +58,8 @@ data: INFRAS_SECURITY_JWT_TOKEN_GENERATE_TYPE: cas #INFRAS_SECURITY_JWT_TOKEN_DECRYPT_KEY_PRIVATE_KEY_PEM_PKCS8: "" INFRAS_SECURITY_JWT_TOKEN_SIGNING_KEY_URL: "http://cas-server-site-webapp-svc.cas-server.svc.cluster.local:8080/cas/jwt/publicKey" + # 对接 uniauth认证时,使用以下配置 + #INFRAS_SECURITY_JWT_TOKEN_SIGNING_KEY_URL: "http://uniauth-prod-backend.uniauth.svc.cluster.local:9090/idtoken/publicKey" INFRAS_SECURITY_CAS_ENABLED: "true" -- 2.17.1