From c9ac631878c94b35ab4f142c4cf55e024774a7d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Thu, 5 Nov 2020 15:50:20 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E6=95=B4=E7=90=86=20personal-security-?= =?utf8?q?center=20=E7=9A=84=20Service=E9=85=8D=E7=BD=AE=20=E6=9B=B4?= =?utf8?q?=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../k8s-rancher/1.authx-service/10.0.init.sql | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.17.1