Skip to content

Commit 476ef2c

Browse files
author
Bishoy Boktor
committed
Fixes linting for branding and adds back old config name for bwc
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
1 parent 211c4dd commit 476ef2c

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

config/opensearch_dashboards.yml

+16-11
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
# For reference, the `threshold of memoryCircuitBreaker` = `max-old-space-size of NodeJS` * `opensearch.memoryCircuitBreaker.maxPercentage`
8686
#opensearch.memoryCircuitBreaker.maxPercentage: 1.0
8787

88+
# DEPRECATED: Use opensearch.requestHeadersAllowlist
89+
# List of OpenSearch Dashboards client-side headers to send to OpenSearch. To send *no* client-side
90+
# headers, set this value to [] (an empty list).
91+
#opensearch.requestHeadersWhitelist: [ authorization ]
92+
8893
# List of OpenSearch Dashboards client-side headers to send to OpenSearch. To send *no* client-side
8994
# headers, set this value to [] (an empty list).
9095
#opensearch.requestHeadersAllowlist: [ authorization ]
@@ -159,17 +164,17 @@
159164
#vis_type_timeline.graphiteBlockedIPs: []
160165

161166
# opensearchDashboards.branding:
162-
# logo:
163-
# defaultUrl: ""
164-
# darkModeUrl: ""
165-
# mark:
166-
# defaultUrl: ""
167-
# darkModeUrl: ""
168-
# loadingLogo:
169-
# defaultUrl: ""
170-
# darkModeUrl: ""
171-
# faviconUrl: ""
172-
# applicationTitle: ""
167+
# logo:
168+
# defaultUrl: ""
169+
# darkModeUrl: ""
170+
# mark:
171+
# defaultUrl: ""
172+
# darkModeUrl: ""
173+
# loadingLogo:
174+
# defaultUrl: ""
175+
# darkModeUrl: ""
176+
# faviconUrl: ""
177+
# applicationTitle: ""
173178

174179
# Set the value of this setting to true to capture region blocked warnings and errors
175180
# for your map rendering services.

0 commit comments

Comments
 (0)