refactor(core): Delete all auth exclusion config and checks (no-changelog) (#9044)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-04-03 16:56:36 +02:00
committed by GitHub
parent ec9fe98a35
commit 76b73a27a0
4 changed files with 13 additions and 34 deletions

View File

@@ -252,9 +252,6 @@ test('should report security settings', async () => {
templatesEnabled: true,
publicApiEnabled: false,
},
auth: {
authExcludeEndpoints: 'none',
},
nodes: { nodesExclude: 'none', nodesInclude: 'none' },
telemetry: { diagnosticsEnabled: true },
});