From: 刘洪青 Date: Tue, 7 Sep 2021 14:29:44 +0000 (+0800) Subject: chore: token-server Token Server,更新镜像版本 1.2.2-RELEASE X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4332f613f36c887c6e888b3e95852a2b000f9cda;p=institute%2Fdeploy-authx-service.git chore: token-server Token Server,更新镜像版本 1.2.2-RELEASE --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml index 3e40340..5a13a1a 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: token-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/token-server/token-server-installer:1.2.1-RELEASE + image: harbor.supwisdom.com/token-server/token-server-installer:1.2.2-RELEASE imagePullPolicy: Always envFrom: - configMapRef: diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml index 8bccec9..20f15d7 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml @@ -67,11 +67,22 @@ data: TOKEN_SERVER_PASSWORDLESS_SMS_FROM: 认证中心 + # 手机号登录时,是否自动注册 guest 帐号 + TOKEN_SERVER_AUTO_REGISTER_GUEST_ACCOUNT_BY_MOBILE_ENABLED: "false" + + ## 密码验证接口(外部接口) TOKEN_SERVER_SECURITY_PASSWORD_VERIFY_URL: "" # http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080/api/v1/security/accounts/verifyAccountPassword + # **修改** 从个推申请 + GETUI_SERVER_URL: https://openapi-gy.getui.com + GETUI_GEYAN_APP_ID: "" + GETUI_GEYAN_APP_KEY: "" + GETUI_GEYAN_APP_SECRET: "" + GETUI_GEYAN_MASTER_SECRET: "" + # **修改** 从消息中心申请 MESSAGECENTER_ENABLED: "false" MESSAGECENTER_APP_ID: "" @@ -168,7 +179,7 @@ spec: containers: - name: token-server # 若使用了学校搭设的私有仓库,请 **修改** - image: harbor.supwisdom.com/token-server/token-server:1.2.1-RELEASE + image: harbor.supwisdom.com/token-server/token-server:1.2.2-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml index a376b5b..9a65735 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml @@ -38,7 +38,7 @@ spec: containers: - name: api-docs-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/token-server/api-docs-installer:1.2.1-RELEASE + image: harbor.supwisdom.com/token-server/api-docs-installer:1.2.2-RELEASE imagePullPolicy: Always envFrom: - configMapRef: