From: 刘洪青 Date: Sun, 20 Sep 2020 08:25:25 +0000 (+0800) Subject: chore: 修正文件服务接口的配置 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c0170fa12a400d2e4c2adf42dd27a4188506a7fb;p=institute%2Fdeploy-authx-service.git chore: 修正文件服务接口的配置 --- 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"