commit | c0170fa12a400d2e4c2adf42dd27a4188506a7fb | [log] [tgz] |
---|---|---|
author | 刘洪青 <loie.engine@gmail.com> | 周日 9月 20 16:25:25 2020 +0800 |
committer | 刘洪青 <loie.engine@gmail.com> | 周日 9月 20 16:25:25 2020 +0800 |
tree | 95be119b53a15d1483b9d7bce070466679a84658 | |
parent | 3655f38338ea3ad035cf40b82171d0286e62d7f6 [diff] |
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 @@ ## 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 @@ # 若须对接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"