Skip to content

Elasticsearch connection user and password should be optional #20560

Description

@jedcunningham

Official Helm Chart version

main (development)

Apache Airflow version

2.2.3 (latest released)

Kubernetes Version

1.21.5

Helm Chart configuration

elasticsearch:
  enabled: true
  connection:
    host: elasticsearch-master
    port: 9200

Docker Image customisations

No response

What happened

Secret was created with this connection:

http://%3Cno+value%3E:%3Cno+value%3E@elasticsearch-master:9200

What you expected to happen

Secret created with this connection:

http://elasticsearch-master:9200

How to reproduce

No response

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions