-
Notifications
You must be signed in to change notification settings - Fork 25.7k
[ML] Use EIS v2 authorization endpoint for inference API #138249
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
Merged
jonathan-buttner
merged 39 commits into
elastic:main
from
jonathan-buttner:ml-eis-auth-v2
Dec 4, 2025
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
db5a7b3
Starting new response class
jonathan-buttner 5060aab
Writing tests
jonathan-buttner 6a31be2
Fixing tests
jonathan-buttner 70ef1a5
[CI] Auto commit changes from spotless
20d7881
Successful tests
jonathan-buttner 4a56082
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 057f15e
Merge branch 'ml-eis-auth-v2' of github.com:jonathan-buttner/elastics…
jonathan-buttner 2546292
Removing unused code
jonathan-buttner 839ebe0
Renaming
jonathan-buttner e7b2371
[CI] Auto commit changes from spotless
f6b2d74
Working integration tests
jonathan-buttner f2a3d1a
Fixing forbidden calls
jonathan-buttner 3b370db
Merge branch 'ml-eis-auth-v2' of github.com:jonathan-buttner/elastics…
jonathan-buttner 58361ea
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner b2aecd2
Fixing tests
jonathan-buttner 3c0e1b3
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 5715af6
Fixing integration tests
jonathan-buttner 7834662
Refactoring tests
jonathan-buttner cd4388a
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner a540427
Adding some comments
jonathan-buttner 92335ef
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 6656baf
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner e8e3577
Fixing gp llm v2 name
jonathan-buttner 05b0564
Updating test name for rerank
jonathan-buttner a4543db
Removing named writeable
jonathan-buttner 43a8f31
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 7dd71f0
Removing import
jonathan-buttner b920069
comments
jonathan-buttner e4e9095
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 6b6d21b
Adding support for completion
jonathan-buttner 578546f
Fixing tests
jonathan-buttner 6aa0ea5
Addressing feedback
jonathan-buttner 2379066
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner eb6def2
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 4d3613b
Addressing feedback
jonathan-buttner f8c2635
Refactoring into single if and removing listener
jonathan-buttner 06f1f66
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner 7ed5393
Merge branch 'main' into ml-eis-auth-v2
jonathan-buttner 9869cdd
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-a…
jonathan-buttner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is so the qa tests can imported from the unit tests in the inference plugin.