From: 刘洪青 Date: Sat, 17 Jul 2021 07:48:55 +0000 (+0800) Subject: docs: cas-server,增加配置项 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b20fca873d0e028262549e55f14c63c5186a05ff;p=institute%2Fdeploy-authx-service.git docs: cas-server,增加配置项 --- 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 6ce87ec..7b93ad3 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 @@ -126,6 +126,11 @@ data: CASSERVERSITE_PASSWORDLESS_SMS_TEXT_TEMPLATE: 【认证中心】您正在登录统一身份认证,本次登录的动态密码为{token},有效期5分钟,请尽快完成登录。 + ## 密码验证接口(外部接口) + CASSERVERSITE_SECURITY_PASSWORD_VERIFY_URL: "" + # http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080/api/v1/security/accounts/verifyAccountPassword + + TPAS_AGENT_SERVICE_SERVER_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080 TPAS_AGENT_SERVICE_CLIENT_AUTH_ENABLED: "false" #TPAS_AGENT_SERVICE_CLIENT_AUTH_KEY_PASSWORD: ""