Skip to content

Commit

Permalink
attempt with disabled authent
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Feb 6, 2020
1 parent b8820a0 commit 110187e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/server/saved_objects/routes/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export const registerMigrateRoute = (
{
path: '/api/saved_objects/_migrate',
validate: false,
options: {
authRequired: false,
},
},
async (context, req, res) => {
const migrator = await migratorPromise;
Expand Down

0 comments on commit 110187e

Please sign in to comment.