chore: authx-service,发布版本 1.4.0-RELEASE
author刘洪青 <hongqing.liu@supwisdom.com>
Sat, 18 Sep 2021 03:21:41 +0000 (11:21 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Tue, 21 Sep 2021 00:24:49 +0000 (08:24 +0800)
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml

index 36b4b70..c535c46 100644 (file)
@@ -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
index 8fedc83..06c3911 100644 (file)
@@ -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