Add ssl.certificate_authorities configuration - #2613
Conversation
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
| title: SSL Certificate Authorities | ||
| multi: true | ||
| required: false | ||
| show_user: false |
There was a problem hiding this comment.
I did not set here a default value, though it is mostly standard - /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt (for kubernetes.state_* datasets) just to avoid getting ssl.certificate_authorities setting in final config.
@ChrsMark @MichaelKatsoulis is there any better way to handle it?
There was a problem hiding this comment.
I think leaving it blank is just fine since you have the ifs in the handlebars file (stream.yml.hbs ).
ChrsMark
left a comment
There was a problem hiding this comment.
Nice @tetianakravchenko ! Could you maybe move node and namespace settings under advanced settings too? This would make the basic setting panel more compact.
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
…egrations into k8s-add-ssl-fields
|
Thank you @tetianakravchenko ! It looks good now but there are some conflicts to be resolved. |
* add ssl.certificate_authorities configuration Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * update changelog Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * set show_user to false for node and namespace fields Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * fix typo Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko tetiana.kravchenko@elastic.co
What does this PR do?
To support Openshift k8s package is missing some configuration settings - for more details - https://github.com/elastic/observability-docs/pull/1498/files and https://github.com/elastic/beats/pull/30054/files
for
kubernetes.state_*:no way to set:
to all datastreams that connnect to
https://${env.NODE_NAME}:10250(likekubernetes.container) no way to set:Checklist
changelog.ymlfile.How to test this PR locally
Related issues
Screenshots
For

kubernetes.state_*resources:for kubernetes.container:
