From: 刘洪青 Date: Mon, 20 Sep 2021 13:20:31 +0000 (+0800) Subject: docs: 废弃 personal-security-center 的对接配置 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=dbd156692e9e8ea9841c8c8ee2d6f3b6d415526e;p=institute%2Fdeploy-authx-service.git docs: 废弃 personal-security-center 的对接配置 --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql index cb4edee..49e1f03 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql +++ b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql @@ -7,9 +7,10 @@ use cas_server; --- 更新 服务 personal-security-center 的信息 +-- 更新 服务 personal-security-center 的信息(废弃) update TB_SERVICE set + DELETED=1, INFORMATION_URL='http://personal-security-center.paas.example.com', LOGOUT_URL='http://personal-security-center.paas.example.com/slo?redirect_uri=http://security-center.paas.example.com/?clearCertification=clearCertification', SERVICE_ID='http://personal-security-center.paas.example.com/cas/(.*)'