From: 刘洪青 Date: Thu, 19 Aug 2021 07:31:41 +0000 (+0800) Subject: chore: authx-service-bff,增加uniauth sa 的接口地址配置 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=eaacb62869e6fff0eece2b64d8ef64d01e330238;p=institute%2Fdeploy-authx-service.git chore: authx-service-bff,增加uniauth sa 的接口地址配置 --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml index 60e6c2b..2d4dde1 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml @@ -29,6 +29,10 @@ data: SPRING_REDIS_JEDIS_POOL_MINIDLE: "100" + UNIAUTH_BASIC_AUTH_USERNAME: saadmin + UNIAUTH_BASIC_AUTH_PASSWORD: saadminfoobar + + CASSERVER_SA_API_SERVER_URL: http://cas-server-sa-api-svc.cas-server.svc.cluster.local:8080 CASSERVER_SA_API_CLIENT_AUTH_ENABLED: "false" #CASSERVER_SA_API_CLIENT_AUTH_KEY_PASSWORD: "" @@ -53,6 +57,14 @@ data: #USER_AUTHZ_SERVICE_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/common/common.truststore #USER_AUTHZ_SERVICE_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" + UNIAUTH_SERVER_SA_API_SERVER_URL: http://uniauth-prod-backend.uniauth.svc.cluster.local:9090 + UNIAUTH_SERVER_SA_API_CLIENT_AUTH_ENABLED: "false" + #UNIAUTH_SERVER_SA_API_CLIENT_AUTH_KEY_PASSWORD: "" + #UNIAUTH_SERVER_SA_API_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore + #UNIAUTH_SERVER_SA_API_CLIENT_AUTH_KEYSTORE_PASSWORD: "" + #UNIAUTH_SERVER_SA_API_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/common/common.truststore + #UNIAUTH_SERVER_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/minio TPAS_CLIENT_AUTH_ENABLED: "false"