Skip to content

[TASK] Enable auth for non-external Elasticsearch #3202

@aabouzaid

Description

@aabouzaid

Related to

Epic:

Overview

In all versions between 8.3 to alpha-8.8, we assume that auth via username and password is for external Elasticsearch only, which is not always correct.

Here is an example from Optimize config:

{{- if .Values.global.elasticsearch.external }}
authentication:
  username: {{ .Values.global.elasticsearch.auth.username | quote }}
{{- end }}

Actions

  • Support auth for any ES instance even for the embedded with the chart.

Sub-tasks

  • sub-task

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions