Skip to content

Commit 1d132cb

Browse files
authored
feat: opensearch aws enabled config now affects usage of AWS credentials (#4163)
1 parent f947ae6 commit 1d132cb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

charts/camunda-platform-8.8/templates/orchestration/configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ data:
158158
{{- if or .Values.global.elasticsearch.auth.username .Values.global.opensearch.auth.username }}
159159
username: {{ if .Values.global.elasticsearch.auth.username }}{{ .Values.global.elasticsearch.auth.username | quote }}{{ else }}{{ .Values.global.opensearch.auth.username | quote }}{{- end }}
160160
{{- end }}
161+
awsEnabled: {{ .Values.global.opensearch.aws.enabled | default false }}
161162
{{- if .Values.orchestration.retention.enabled }}
162163
retention:
163164
enabled: true
@@ -285,6 +286,7 @@ data:
285286
minimumAge: {{ .Values.orchestration.history.retention.minimumAge | quote }}
286287
policyName: {{ .Values.orchestration.history.retention.policyName | quote }}
287288
{{- end }}
289+
awsEnabled: {{ .Values.global.opensearch.aws.enabled | default false }}
288290
{{- end }}
289291

290292
#

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap-authorizations.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ data:
103103
connect:
104104
type: elasticsearch
105105
url: "http://camunda-platform-test-elasticsearch:9200"
106+
awsEnabled: false
106107
history:
107108
elsRolloverDateFormat: "date"
108109
rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152
clusterName: elasticsearch
152153
# Database full url
153154
url: "http://camunda-platform-test-elasticsearch:9200"
155+
awsEnabled: false
154156
155157
#
156158
# Camunda Operate Configuration.

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap-log4j2.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ data:
103103
connect:
104104
type: elasticsearch
105105
url: "http://camunda-platform-test-elasticsearch:9200"
106+
awsEnabled: false
106107
history:
107108
elsRolloverDateFormat: "date"
108109
rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152
clusterName: elasticsearch
152153
# Database full url
153154
url: "http://camunda-platform-test-elasticsearch:9200"
155+
awsEnabled: false
154156
155157
#
156158
# Camunda Operate Configuration.

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ data:
103103
connect:
104104
type: elasticsearch
105105
url: "http://camunda-platform-test-elasticsearch:9200"
106+
awsEnabled: false
106107
history:
107108
elsRolloverDateFormat: "date"
108109
rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152
clusterName: elasticsearch
152153
# Database full url
153154
url: "http://camunda-platform-test-elasticsearch:9200"
155+
awsEnabled: false
154156
155157
#
156158
# Camunda Operate Configuration.

0 commit comments

Comments
 (0)