chore: token-server Token Server,更新镜像版本 1.2.2-RELEASE
author刘洪青 <hongqing.liu@supwisdom.com>
Tue, 7 Sep 2021 14:29:44 +0000 (22:29 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Tue, 7 Sep 2021 14:29:44 +0000 (22:29 +0800)
deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml
deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml
deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml

index 3e40340..5a13a1a 100644 (file)
@@ -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:
index 8bccec9..20f15d7 100644 (file)
@@ -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
index a376b5b..9a65735 100644 (file)
@@ -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: