Skip to content

Commit

Permalink
[Obs AI Assistant] Remove routeSecurity from options
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Nov 27, 2024
1 parent 00db57c commit c0f46cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/
import type { EndpointOf, ReturnOf, ServerRouteRepository } from '@kbn/server-route-repository';
import { KibanaRequest, Logger, RouteSecurity } from '@kbn/core/server';
import { KibanaRequest, Logger } from '@kbn/core/server';

import {
ObservabilityServerRouteRepository,
Expand All @@ -26,7 +26,6 @@ export interface ObservabilityRouteHandlerResources {
export interface ObservabilityRouteCreateOptions {
tags?: string[];
access?: 'public' | 'internal';
security?: RouteSecurity;
}

export type AbstractObservabilityServerRouteRepository = ServerRouteRepository;
Expand Down

0 comments on commit c0f46cf

Please sign in to comment.