chore: user-authorization-service,发布版本 1.4.0-RELEASE
author刘洪青 <hongqing.liu@supwisdom.com>
Sat, 18 Sep 2021 03:22:22 +0000 (11:22 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Tue, 21 Sep 2021 00:27:15 +0000 (08:27 +0800)
deploy-manifests/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml
deploy-manifests/k8s-rancher/1.authx-service/3.user-authorization-service/4.1.user-authorization-poa.yaml
deploy-manifests/k8s-rancher/1.authx-service/3.user-authorization-service/4.2.user-authorization-sa.yaml
deploy-manifests/k8s-rancher/1.authx-service/3.user-authorization-service/5.user-authorization-datax-job.yaml
deploy-manifests/k8s-rancher/1.authx-service/3.user-authorization-service/9.api-docs-installer.yaml

index c47a567..4afd7d8 100644 (file)
@@ -28,7 +28,7 @@ spec:
       containers:
       - name: user-authorization-installer
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/user-authorization-service/user-authorization-installer:1.3.1-RELEASE
+        image: harbor.supwisdom.com/user-authorization-service/user-authorization-installer:1.4.0-RELEASE
         imagePullPolicy: Always
         envFrom:
         - configMapRef:
index 487e850..740ee97 100644 (file)
@@ -37,6 +37,14 @@ data:
 
   LOGGING_LEVEL_COM_SUPWISDOM_INSTITUTE_USER_AUTHORIZATION_SERVICE_COMMON_LOG: INFO
 
+
+  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
@@ -78,7 +86,7 @@ spec:
       containers:
       - name: user-authorization-poa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/user-authorization-service/user-authorization-poa:1.3.1-RELEASE
+        image: harbor.supwisdom.com/user-authorization-service/user-authorization-poa:1.4.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
index a9e66f0..bb55321 100644 (file)
@@ -36,6 +36,14 @@ data:
 
   LOGGING_LEVEL_COM_SUPWISDOM_INSTITUTE_USER_AUTHORIZATION_SERVICE_COMMON_LOG: INFO
 
+
+  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
+
+
   # SBA_URL: http://spring-boot-admin-svc.base.svc.cluster.local:8080
 
 
@@ -80,7 +88,7 @@ spec:
       containers:
       - name: user-authorization-sa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/user-authorization-service/user-authorization-sa:1.3.1-RELEASE
+        image: harbor.supwisdom.com/user-authorization-service/user-authorization-sa:1.4.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
index 888963d..e4789b1 100644 (file)
@@ -41,7 +41,7 @@ spec:
           containers:
           - name: user-authorization-datax-job
             # 若使用了学校搭设的私有仓库,请修改
-            image: harbor.supwisdom.com/user-authorization-service/user-authorization-datax-job:1.3.1-RELEASE
+            image: harbor.supwisdom.com/user-authorization-service/user-authorization-datax-job:1.4.0-RELEASE
             imagePullPolicy: Always
             envFrom:
             - configMapRef:
index 1df04c9..90d8627 100644 (file)
@@ -38,7 +38,7 @@ spec:
       containers:
       - name: api-docs-installer
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/user-authorization-service/api-docs-installer:1.3.1-RELEASE
+        image: harbor.supwisdom.com/user-authorization-service/api-docs-installer:1.4.0-RELEASE
         imagePullPolicy: Always
         envFrom:
         - configMapRef: