We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110187e commit ec1a4abCopy full SHA for ec1a4ab
src/core/server/saved_objects/routes/migrate.ts
@@ -28,9 +28,6 @@ export const registerMigrateRoute = (
28
{
29
path: '/api/saved_objects/_migrate',
30
validate: false,
31
- options: {
32
- authRequired: false,
33
- },
34
},
35
async (context, req, res) => {
36
const migrator = await migratorPromise;
0 commit comments