commit | f1b3e0848e27609c32937ac3aa1083008568c93d | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 1月 12 13:18:40 2022 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 1月 12 13:18:40 2022 +0800 |
tree | ecb0fdfdf779820ce346246ed02c09650be49a94 | |
parent | e518209145f9fb9924564b6042f1c4fde53dc587 [diff] |
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 @@ # **修改** 学校的根域名 - 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" # **修改**