-
Notifications
You must be signed in to change notification settings - Fork 204
[Helm] Allow providing SSL settings to the Elastic Agent (standalone mode) #7785
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
[Helm] Allow providing SSL settings to the Elastic Agent (standalone mode) #7785
Conversation
💔 Build Failed
Failed CI StepsHistory |
|
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
ebeahan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed at high-level, and the templating and manifest changes LGTM.
pchila
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall.
Minor nitpick on volumeMounts naming convention, not blocking.





What does this PR do?
This PR enhances the standalone deployment of Elastic Agent via the Helm chart by introducing support for configuring SSL settings on output definitions. Users can now specify custom certificate authorities, verification modes, and trusted CA fingerprints to establish secure connections to Elasticsearch clusters that use self-signed certificates.
Why is it important?
Without this, standalone agents cannot connect to Elasticsearch clusters using custom or self-signed certificates. This makes it difficult to deploy agents in secured environments. The PR fixes that by allowing SSL configuration on outputs.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
This is a backwards compatible change, so no impact is expected.
How to test this PR locally
Follow the
kubernetes-custom-outputexample.Related issues