From 9f47d138787d7d7a0eba27f344c8a6554fe2d5c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sun, 3 Apr 2022 17:59:06 +0800 Subject: [PATCH] chore: nwpu 1.2 --- .../0.authx-service/1.authx-service-mysql.yaml | 2 +- .../4.9.security-center-ui.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/project/nwpu/k8s-rancher/1.authx-service/0.authx-service/1.authx-service-mysql.yaml b/project/nwpu/k8s-rancher/1.authx-service/0.authx-service/1.authx-service-mysql.yaml index 4b8e83f..1c799d0 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/0.authx-service/1.authx-service-mysql.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/0.authx-service/1.authx-service-mysql.yaml @@ -25,7 +25,7 @@ metadata: subsets: - addresses: # 修改实际MySQL服务器的IP地址 - - ip: 172.30.104.82 + - ip: 10.40.10.52 ports: - name: tcp-mysql port: 3306 diff --git a/project/nwpu/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml b/project/nwpu/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml index 6a8e5be..e3a3d86 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml @@ -8,23 +8,23 @@ metadata: name: security-center-ui-env data: # **修改** 学校的根域名 - RESOURCE_PREFIX: http://authx-minio.paas.xxx.edu.cn/security-center-ui - SCHOOL_NAME: "" - MAIN_SERVER: http://security-center.paas.xxx.edu.cn + RESOURCE_PREFIX: "" # http://authx-minio.paas.xxx.edu.cn/security-center-ui + SCHOOL_NAME: "nwpu" + MAIN_SERVER: https://uis.nwpu.edu.cn - PERSONAL_CENTER_API: http://personal-security-center.paas.xxx.edu.cn + PERSONAL_CENTER_API: https://personal-security-center.nwpu.edu.cn # 可选 cas,uniauth AUTH_TYPE: cas # AUTH_TYPE 为 uniauth 时,配置 - UNIAUTH_IDTOKEN: http://uniauth.paas.xxx.edu.cn/idtoken - UNIAUTH_IDTOKEN_ISS: "uniauth" - UNIAUTH_CLIENT_ID: "22" + # UNIAUTH_IDTOKEN: http://uniauth.paas.xxx.edu.cn/idtoken + # UNIAUTH_IDTOKEN_ISS: "uniauth" + # UNIAUTH_CLIENT_ID: "22" # AUTH_TYPE 为 cas 时,配置 AUTH_CAS、JWT_ISS、JWT_SECRET - AUTH_CAS: http://cas.paas.xxx.edu.cn/cas - JWT_ISS: http://cas.paas.xxx.edu.cn/cas + AUTH_CAS: https://uis.nwpu.edu.cn/cas + JWT_ISS: https://uis.nwpu.edu.cn/cas JWT_SECRET: (@K7qy)awCjxp$L653Mf$2 -- 2.17.1