-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[http] Relax API access restrictions #161371
Comments
Pinging @elastic/kibana-core (Team:Core) |
Just adding a few notes about the intended behavior based on my understanding of our discussion:
|
Are we sure about that? Teams who have already explicitly set |
++ This is what I'd propose too. I was simply pointing out that if the guidance eventually becomes "don't expose any public HTTP APIs unless absolutely necessary", anybody who has explicitly marked an API as |
Relates to #151940.
Change the default API access flag to
internal
to give API owners more time to properly handle their API requirements.Having APIs default to internal is a temporary measure to relax the restrictions implemented in #151940.
Change the way the RouteConfigOptions
access
parameter is set when not specifically configured to default tointernal
.The text was updated successfully, but these errors were encountered: