Skip to content

Commit e6a5c12

Browse files
rdimaiobari12
authored andcommitted
WebUI: X-Rucio-Auth-Token -> X-Rucio-Account in logFormat; #279
1 parent af71675 commit e6a5c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/rucio-webui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rucio-webui
2-
version: 32.0.0
2+
version: 32.0.1
33
apiVersion: v1
44
description: A Helm chart to deploy the new webui (2.0) servers for Rucio
55
keywords:

charts/rucio-webui/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:
150150
- name: RUCIO_OVERRIDE_CONFIGS
151151
value: "/opt/rucio/etc/conf.d/"
152152
- name: RUCIO_LOG_FORMAT
153-
value: '[%{%Y-%m-%d %H:%M:%S}t]\t%v\t%h\t%{X-Forwarded-For}i\t%{X-Rucio-RequestId}i\t%>s\t%I\t%B\t%D\t\"%r\"\t\"%{X-Rucio-Auth-Token}i\"\t\"%{User-Agent}i\"\t%{X-Rucio-Script}i'
153+
value: '[%{%Y-%m-%d %H:%M:%S}t]\t%v\t%h\t%{X-Forwarded-For}i\t%{X-Rucio-RequestId}i\t%>s\t%I\t%B\t%D\t\"%r\"\t\"%{X-Rucio-Account}i\"\t\"%{User-Agent}i\"\t%{X-Rucio-Script}i'
154154
{{- if not .Values.service.useSSL }}
155155
- name: RUCIO_ENABLE_SSL
156156
value: "False"

0 commit comments

Comments
 (0)