Skip to content

Commit

Permalink
[ML] Adding authorization header to DFA job update request (#75899) (#…
Browse files Browse the repository at this point in the history
…76020)

# Conflicts:
#	x-pack/plugins/ml/server/routes/data_frame_analytics.ts
  • Loading branch information
jgowdyelastic authored Aug 27, 2020
1 parent 0b688f7 commit 802ef8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/ml/server/routes/data_frame_analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export function dataFrameAnalyticsRoutes({ router, mlLicense }: RouteInitializat
{
body: request.body,
analyticsId,
...getAuthorizationHeader(request),
}
);
return response.ok({
Expand Down

0 comments on commit 802ef8e

Please sign in to comment.