From: 刘洪青 Date: Thu, 8 Apr 2021 14:45:25 +0000 (+0800) Subject: chore: 新增第三方CAS 认证对接的配置 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=03307803e5b39a7a8c0959a1d77eece0abab2c74;p=institute%2Fdeploy-authx-service.git chore: 新增第三方CAS 认证对接的配置 --- 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 7be3f6e..584368b 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 @@ -171,6 +171,15 @@ data: SUPERAPP_TOKEN_SIGNING_KEY_URL: https://token.paas.xxx.edu.cn/jwt/publicKey + ## + # 第三方CAS 认证对接 + # + CASCLIENT_ENABLED: "false" + CASCLIENT_CAS_SERVER_URL: http://third-party-cas/cas + CASCLIENT_CAS_CLIENT_URL: http://localhost:8080/cas/login + CASCLIENT_CAS_CLIENT_LOGOUT_URL: http://localhost:8080/cas/logout + + --- apiVersion: v1 kind: Service