Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Elastic TLS #606

Open
freddierice opened this issue Nov 8, 2024 · 0 comments · May be fixed by #607
Open

[Bug] Elastic TLS #606

freddierice opened this issue Nov 8, 2024 · 0 comments · May be fixed by #607
Labels
bug Something isn't working

Comments

@freddierice
Copy link

What are you really trying to do?

Connect to Elasticsearch with a TLS configuration.

Describe the bug

Elasticsearch TLS config is not passed in.

Minimal Reproduction

TLS is not included if I have this config.

elasticsearch:
    enabled: false
    external: true
    host: myhost.name.cluster
    port: "9200"
    version: v7
    scheme: https
    logLevel: error
    username: anyusername
    password: anypassword
    tls:
        caData: thecadata
        certData: thecertdata
        keyData: thekeydata
        enableHostVerification: false
        enabled: true

Environment/Versions

n/a

Additional context

n/a

@freddierice freddierice added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant