You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, @fkanout -- I was under the impression that everything mentioned in this issue was not able to be auto-migrated and required us to manually migrate, not sure why this isn't the case (it creates extra work and distraction for us, unfortunately). I've asked about it here.
Authorization for API endpoints must be migrated away from the previous use of
options.tags: ["access:some_tag"]
and replaced with a newsecurity.authz
object. Information can be found here: https://docs.elastic.dev/kibana-dev-docs/key-concepts/security-api-authorizationNote: this should not be confused with the
options.access
value that is still used to indicate whether an API route is internal or public.List of uptime routes
Full list of routes in need of manual migration can be found in these issues:
For an example of this migration, see the PR that migrates all SLO routes
The text was updated successfully, but these errors were encountered: