Skip to content

Commit

Permalink
[Authz] Migrated authorized routes owned by @elastic/fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 29, 2024
1 parent c7b8ca0 commit a2462c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ import {
updateFleetServerHost,
} from '../fleet_server_host';

import type { FleetServerHost } from '../../../common/types';

import {
createCloudFleetServerHostIfNeeded,
getCloudFleetServersHosts,
getPreconfiguredFleetServerHostFromConfig,
createOrUpdatePreconfiguredFleetServerHosts,
} from './fleet_server_host';

import type { FleetServerHost } from '../../../common/types';

jest.mock('../fleet_server_host');
jest.mock('../app_context');
jest.mock('../agent_policy');
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/fleet/server/telemetry/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import axios from 'axios';

import type { InfoResponse, LicenseGetResponse } from '@elastic/elasticsearch/lib/api/types';

import { appContextService } from '../services';

import { exhaustMap, Subject, takeUntil, timer } from 'rxjs';

import { appContextService } from '../services';

import { TelemetryQueue } from './queue';

import type { FleetTelemetryChannel, FleetTelemetryChannelEvents } from './types';
Expand Down

0 comments on commit a2462c0

Please sign in to comment.