From: 刘洪青 Date: Thu, 5 Nov 2020 07:50:20 +0000 (+0800) Subject: chore: 整理 personal-security-center 的 Service配置 更新sql X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c9ac631878c94b35ab4f142c4cf55e024774a7d2;p=institute%2Fdeploy-authx-service.git chore: 整理 personal-security-center 的 Service配置 更新sql --- 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 1bec34e..623a12c 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 @@ -3,6 +3,17 @@ use cas_server; +-- 更新 服务 personal-security-center 的信息 + +update TB_SERVICE +set + INFORMATION_URL='http://personal-security-center.paas.example.com', + LOGOUT_URL='http://personal-security-center.paas.example.com/cas/slo', + SERVICE_ID='http://personal-security-center.paas.example.com/cas/(.*)' +where ID='2'; -- todo, modify + + +-- security-center-ui 认证对接信息 INSERT INTO `TB_SERVICE` (`ID`, `COMPANY_ID`, `DELETED`, `ADD_ACCOUNT`, `ADD_TIME`, `NAME`, `DESCRIPTION`, `INFORMATION_URL`, `LOGOUT_URL`, @@ -19,7 +30,6 @@ VALUES ('22', '1', 0, 'admin', '2020-07-01 00:00:00', commit; - -- 修改根域名 update TB_SERVICE set