From: 刘洪青 Date: Wed, 12 Jan 2022 05:18:40 +0000 (+0800) Subject: fix: 修正token-server 的配置 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f1b3e0848e27609c32937ac3aa1083008568c93d;p=institute%2Fdeploy-authx-service.git fix: 修正token-server 的配置 --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml index e95616d..c9e6e7d 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml @@ -38,9 +38,9 @@ data: # **修改** 学校的根域名 - TOKEN_SERVER_PREFIX: https://token.paas.xxx.edu.cn/token + TOKEN_SERVER_PREFIX: https://cas.paas.xxx.edu.cn/token # **修改** 学校的根域名 - TOKEN_SERVER_SECURITY_JWT_ISS: token.paas.xxx.edu.cn + TOKEN_SERVER_SECURITY_JWT_ISS: cas-server.paas.xxx.edu.cn #TOKEN_SERVER_SECURITY_JWT_EXPIRATION: 2592000 #TOKEN_SERVER_SECURITY_JWT_KICKOUT_ENABLED: "false" # **修改**