From: 刘洪青 Date: Fri, 29 Jan 2021 15:28:08 +0000 (+0800) Subject: chore: 支持 uniauth idToken 对接 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2e5d7c8ff25fd749acf97f6b92c7088e4d22200a;p=institute%2Fdeploy-authx-service.git chore: 支持 uniauth idToken 对接 --- 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"