diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 3eb0877c0..6e706f528 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -246,6 +246,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | elasticsearchAudit.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | | | elasticsearchAudit.clusterName | string | `"elasticsearch-aas"` | | | elasticsearchAudit.enabled | bool | `true` | Enables the embedded elasticsearch cluster for alfresco-audit-storage | +| elasticsearchAudit.esConfig."elasticsearch.yml" | string | `"xpack.security.enabled: true\ndiscovery.type: single-node\ncluster.initial_master_nodes: \"\"\n"` | | | elasticsearchAudit.extraEnvs[0].name | string | `"ELASTIC_USERNAME"` | | | elasticsearchAudit.extraEnvs[0].valueFrom.secretKeyRef.key | string | `"AUDIT_ELASTICSEARCH_USERNAME"` | | | elasticsearchAudit.extraEnvs[0].valueFrom.secretKeyRef.name | string | `"alfresco-aas-elasticsearch-secret"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 840f83870..6d19956e3 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -569,6 +569,11 @@ elasticsearchAudit: secretKeyRef: name: *aas_elasticsearch_secretName key: AUDIT_ELASTICSEARCH_PASSWORD + esConfig: + elasticsearch.yml: | + xpack.security.enabled: true + discovery.type: single-node + cluster.initial_master_nodes: "" ingress: enabled: true annotations: