From: 刘洪青 Date: Fri, 20 Nov 2020 06:16:12 +0000 (+0800) Subject: chore: 将file接口 默认为 minio X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b3eb3156f7eee1b1a7bd8c382d4e3845f182b007;p=institute%2Fdeploy-authx-service.git chore: 将file接口 默认为 minio --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml index ae0aad1..6bfc583 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml @@ -35,7 +35,7 @@ data: #CASSERVER_SA_API_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/client/client.truststore #CASSERVER_SA_API_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" - TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/db + TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/minio TPAS_CLIENT_AUTH_ENABLED: "false" #TPAS_CLIENT_AUTH_KEY_PASSWORD: "" #TPAS_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/client/client.keystore diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml index 518911b..e5ac5ac 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml @@ -35,7 +35,7 @@ data: #CASSERVER_SA_API_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/client/client.truststore #CASSERVER_SA_API_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" - TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/db + TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/minio TPAS_CLIENT_AUTH_ENABLED: "false" #TPAS_CLIENT_AUTH_KEY_PASSWORD: "" #TPAS_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/client/client.keystore