Skip to content

Commit 923a60b

Browse files
Merge branch 'main' into main
2 parents f6516ae + cfc52f7 commit 923a60b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/graylog/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ data:
7979
root_username = {{ .Values.graylog.rootUsername }}
8080
root_email = {{ .Values.graylog.rootEmail }}
8181
root_timezone = {{ default "UTC" .Values.graylog.rootTimezone }}
82+
http_enable_cors = {{ .Values.graylog.httpEnableCors }}
8283
{{- $externalUri := include "graylog.url" . }}
8384
{{ $graylogVersion := .Values.graylog.image.tag | default .Chart.AppVersion }}
8485
{{- if semverCompare "~2" ( $graylogVersion ) }}

charts/graylog/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ graylog:
434434
##
435435
existingRootSecret: ""
436436

437+
## Enable CORS support
438+
##
439+
httpEnableCors: false
440+
437441
opensearch:
438442
## Major version of the Elasticsearch version used.
439443
## It is required by Graylog 4. See https://docs.graylog.org/en/4.0/pages/configuration/elasticsearch.html#available-elasticsearch-configuration-tunables

0 commit comments

Comments
 (0)