Skip to content

Commit 192ccc1

Browse files
committed
Add additionalHeaders
1 parent e48e358 commit 192ccc1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/console/pages/config/configure-console.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ spec:
9797
listenPort: 8080
9898
auditLog:
9999
enabled: false # default; set to true to write audit logs to stdout
100+
additionalHeaders: # specifies HTTP headers to include in audit logs
100101
# Add any other Redpanda Console configuration here
101102
----
102103
+
@@ -124,6 +125,7 @@ console:
124125
listenPort: 8080
125126
auditLog:
126127
enabled: false # default; set to true to write audit logs to stdout
128+
additionalHeaders: # specifies HTTP headers to include in audit logs
127129
# Add any other Redpanda Console configuration here
128130
----
129131
+
@@ -157,6 +159,7 @@ config:
157159
listenPort: 8080
158160
auditLog:
159161
enabled: false # default; set to true to write audit logs to stdout
162+
additionalHeaders: # specifies HTTP headers to include in audit logs
160163
# Add any other Redpanda Console configuration here
161164
----
162165
@@ -194,6 +197,7 @@ console:
194197
brokers: ["redpanda-0:9092","redpanda-1:9092","redpanda-2:9092"]
195198
auditLog:
196199
enabled: false # default; set to true to write audit logs to stdout
200+
additionalHeaders: # specifies HTTP headers to include in audit logs
197201
----
198202

199203
[[config-yaml]]

modules/shared/attachments/redpanda-console-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ console:
273273
# passphrase: <optional_passphrase>
274274
auditLog:
275275
enabled: false # default; set to true to write audit logs to stdout
276+
additionalHeaders: # specifies HTTP headers to include in audit logs
276277

277278
#----------------------------------------------------------------------------
278279
# Server settings

0 commit comments

Comments
 (0)