From 4984a06315be0c33b665cbc4be93145f787fdc70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sat, 17 Jul 2021 15:49:10 +0800 Subject: [PATCH] =?utf8?q?docs:=20token-server=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?utf8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/5.token-server/4.1.token-server.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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 dba4759..8bccec9 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,6 +67,11 @@ data: TOKEN_SERVER_PASSWORDLESS_SMS_FROM: 认证中心 + ## 密码验证接口(外部接口) + TOKEN_SERVER_SECURITY_PASSWORD_VERIFY_URL: "" + # http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080/api/v1/security/accounts/verifyAccountPassword + + # **修改** 从消息中心申请 MESSAGECENTER_ENABLED: "false" MESSAGECENTER_APP_ID: "" -- 2.17.1