Skip to content
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

[ML] Adding initial public and internal serverless scopes to ML REST handlers #95253

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

droberts195
Copy link
Contributor

#93607 added the ability to run Elasticsearch in "Serverless" mode, where access to REST endpoints could be restricted so that the full Elasticsearch API is not available (since a lot of it does not make sense in Serverless). By default no endpoints are available, but they can be exposed with ServerlessScope annotations.

This PR follows up by annotating the ML REST handlers.

…handlers

access to REST endpoints could be restricted so that the full Elasticsearch
API is not available (since a lot of it does not make sense in Serverless).
By default no endpoints are available, but they can be exposed with
`ServerlessScope` annotations.

This PR follows up by annotating the ML REST handlers.
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Apr 14, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

Copy link
Contributor

@przemekwitek przemekwitek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@droberts195 droberts195 merged commit 3e015e1 into elastic:main Apr 17, 2023
@droberts195 droberts195 deleted the ml_serverless_scope branch April 17, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning >non-issue Team:ML Meta label for the ML team v8.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants