commit | 03307803e5b39a7a8c0959a1d77eece0abab2c74 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 4月 08 22:45:25 2021 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 4月 08 22:45:25 2021 +0800 |
tree | 5b44a2d7b8dc00cb01596549669510cb723da06e | |
parent | 63dc33396ebf4c9968e90cd8fd55e4b4b026198e [diff] |
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 @@ 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