-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Kerberos-aware Elasticsearch and integration test to ES output #18127
Conversation
Pinging @elastic/integrations-services (Team:Services) |
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.
Left a couple of nits but otherwise LGTM. Thanks for adding this test! WFG.
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
78f336e
to
c4b90e3
Compare
…lastic#18127) This PR adds an integration test to the Elasticsearch output to check Kerberos authentication. Furthermore, it adds a new element to our testing environment, a Kerberos-aware Elasticsearch instance named `elasticsearch_kerberos.elastic`. (cherry picked from commit 428ee72)
…ration test to ES output (#18168) * Add Kerberos-aware Elasticsearch and integration test to ES output (#18127) This PR adds an integration test to the Elasticsearch output to check Kerberos authentication. Furthermore, it adds a new element to our testing environment, a Kerberos-aware Elasticsearch instance named `elasticsearch_kerberos.elastic`. (cherry picked from commit 428ee72) * downgrade dockerfile version to 7.7
I think some AD environment would still be needed. I don't know if we would be able to use for automated testing but just for support scenarios I think it would be very useful. What options do we have here? |
What does this PR do?
This PR adds an integration test to the Elasticsearch output to check Kerberos authentication.
Furthermore, it adds a new element to our testing environment, a Kerberos-aware Elasticsearch instance named
elasticsearch_kerberos.elastic
.Why is it important?
To make sure Kerberos authentication is working.
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.