From c0170fa12a400d2e4c2adf42dd27a4188506a7fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sun, 20 Sep 2020 16:25:25 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E4=BB=B6?= =?utf8?q?=E6=9C=8D=E5=8A=A1=E6=8E=A5=E5=8F=A3=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.2.thirdparty-agent-service.yaml | 2 +- .../4.cas-server/4.5.cas-server-site-webapp.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml index 4eb005e..088a722 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml @@ -30,7 +30,7 @@ data: ## file-minio FILE_MINIO_AUTOCONFIGURE_ENABLED: "true" - FILE_MINIO_ENDPOINT: http://minio-svc.base.svc.cluster.local:9000 + FILE_MINIO_ENDPOINT: http://minio-svc.authx-service.svc.cluster.local:9000 # FILE_MINIO_ACCESSKEY: "" # FILE_MINIO_SECRETKEY: "" diff --git a/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml b/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml index c464ec8..f8a6f36 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/4.cas-server/4.5.cas-server-site-webapp.yaml @@ -128,6 +128,8 @@ data: # 若须对接sms 接口,须进行二开定制 TPAS_AGENT_SERVICE_SMS_SENDER_PATH: /api/v1/tpas/sms/console/send + TPAS_AGENT_SERVICE_FILE_PATH: /api/v1/tpas/file/minio + CASSERVER_SA_API_SERVER_URL: http://cas-server-sa-api-svc.cas-server.svc.cluster.local:8080 CASSERVER_SA_API_CLIENT_AUTH_ENABLED: "false" -- 2.17.1