From 42b5b063f5016d72bff2e5fbab35d7f084b83ef0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sat, 18 Sep 2021 11:21:41 +0800 Subject: [PATCH] =?utf8?q?chore:=20authx-service=EF=BC=8C=E5=8F=91?= =?utf8?q?=E5=B8=83=E7=89=88=E6=9C=AC=201.4.0-RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../0.authx-service/4.4.authx-service-bff.yaml | 10 +++++++++- .../0.authx-service/4.9.authx-management.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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 36b4b70..c535c46 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 @@ -74,6 +74,14 @@ data: #TPAS_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/client/client.truststore #TPAS_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" + + AUTHX_LOG_ENABLED: "true" + AUTHX_LOG_RABBITMQ_HOST: rabbitmq-server.authx-service.svc.cluster.local + AUTHX_LOG_RABBITMQ_PORT: "5672" + AUTHX_LOG_RABBITMQ_USERNAME: guest + AUTHX_LOG_RABBITMQ_PASSWORD: guest + + --- apiVersion: v1 kind: Service @@ -114,7 +122,7 @@ spec: spec: containers: - name: authx-service-bff - image: harbor.supwisdom.com/authx-service/authx-service-bff:1.3.1-RELEASE + image: harbor.supwisdom.com/authx-service/authx-service-bff:1.4.0-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml index 8fedc83..06c3911 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml @@ -44,7 +44,7 @@ spec: spec: containers: - name: authx-management - image: harbor.supwisdom.com/authx-service/authx-management:1.3.1-RELEASE + image: harbor.supwisdom.com/authx-service/authx-management:1.4.0-RELEASE imagePullPolicy: Always ports: - containerPort: 80 -- 2.17.1