Skip to content

Commit ec1a4ab

Browse files
committed
enable security again
1 parent 110187e commit ec1a4ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/server/saved_objects/routes/migrate.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export const registerMigrateRoute = (
2828
{
2929
path: '/api/saved_objects/_migrate',
3030
validate: false,
31-
options: {
32-
authRequired: false,
33-
},
3431
},
3532
async (context, req, res) => {
3633
const migrator = await migratorPromise;

0 commit comments

Comments
 (0)