-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[Inference API] Update authorized endpoints when their fingerprint or version changed #143567
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
dimitris-athanasiou
merged 11 commits into
elastic:main
from
dimitris-athanasiou:update-authorized-endpoints-on-fingerprint-or-version-change
Mar 6, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b71ecff
[Inference API] Update authorized endpoints when their fingerprint or…
dimitris-athanasiou 6dc3907
Update docs/changelog/143567.yaml
dimitris-athanasiou 08d1e18
[CI] Auto commit changes from spotless
5383624
Merge branch 'main' into update-authorized-endpoints-on-fingerprint-o…
dimitris-athanasiou c5bbdd1
Merge branch 'main' into update-authorized-endpoints-on-fingerprint-o…
dimitris-athanasiou dce7a67
Make integ test wait for endpoint to be updated
dimitris-athanasiou 58e1aea
Merge branch 'main' into update-authorized-endpoints-on-fingerprint-o…
dimitris-athanasiou f7f452a
Merge branch 'main' into update-authorized-endpoints-on-fingerprint-o…
dimitris-athanasiou 8bbdf43
Address review feedback
dimitris-athanasiou b13c29c
Remove distinct call in ModelRegistry.storeModels
dimitris-athanasiou ef46573
Function for generating endpoint id in test
dimitris-athanasiou 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| area: Inference | ||
| issues: [] | ||
| pr: 143567 | ||
| summary: "[Inference API] Update authorized endpoints when their fingerprint or version\ | ||
| \ changed" | ||
| type: enhancement |
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.
Just a heads up I've struggled to get these type of tests to succeed reliably. A number of them have been muted: #138012
If you have time, another set of eyes would be good to figure out why they are so flaky. I've tried to fix them a few times 😞
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.
I did notice those issues. I wonder if #143584 might have been some of that. But I couldn't find full logs. Next time we get a failure I'll dive in.