From a505def933cf948a0719283b3504d04190310ba4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 11 Nov 2020 11:01:13 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E6=96=B0=E5=A2=9ECAS=5FTGC=5FSECURE=20?= =?utf8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E7=9A=84=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?utf8?q?=E6=98=8E=EF=BC=8C=E5=9C=A8=20http=20=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?utf8?q?=EF=BC=8C=E9=A1=BB=E4=BF=AE=E6=94=B9=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.cas-server/4.5.cas-server-site-webapp.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml b/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml index 3d3348e..9bd7dd8 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml @@ -32,9 +32,11 @@ data: ## # 认证服务的外网访问地址, # **修改** 学校的根域名 - CAS_SERVER_NAME: http://cas.paas.xxx.edu.cn + CAS_SERVER_NAME: https://cas.paas.xxx.edu.cn + ## # Ticket Granting Cookie + # 若未启用 https,**修改** 为 false CAS_TGC_SECURE: "true" # TGT Expiration Policy @@ -106,8 +108,8 @@ data: CASSERVERSITE_SMS_SENDER_IMPL: agent-service # **修改** 学校的根域名 - CASSERVERSITE_FORGOT_PASSWORD_URL: http://security-center.paas.xxx.edu.cn/find-pwd - CASSERVERSITE_ACTIVE_ACCOUNT_URL: http://security-center.paas.xxx.edu.cn/active-account + CASSERVERSITE_FORGOT_PASSWORD_URL: https://security-center.paas.xxx.edu.cn/find-pwd + CASSERVERSITE_ACTIVE_ACCOUNT_URL: https://security-center.paas.xxx.edu.cn/active-account ## 动态码登录相关配置 CASSERVERSITE_PASSWORDLESS_TOKEN_EXPIRATION_IN_SECONDS: "300" @@ -161,7 +163,7 @@ data: # 超级APP Token 的验签公钥 # 如须和 超级APP 进行对接,修改此配置 # **修改** 学校的根域名 - SUPERAPP_TOKEN_SIGNING_KEY_URL: http://token.paas.xxx.edu.cn/jwt/publicKey + SUPERAPP_TOKEN_SIGNING_KEY_URL: https://token.paas.xxx.edu.cn/jwt/publicKey --- -- 2.17.1