From f1b3e0848e27609c32937ac3aa1083008568c93d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 12 Jan 2022 13:18:40 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3token-server=20?= =?utf8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/5.token-server/4.1.token-server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" # **修改** -- 2.17.1