Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 17, 2024
1 parent 17f6eaf commit 3429daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/canvas/server/routes/functions/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export function initializeBatchFunctionsRoute(deps: RouteInitializerDeps) {
security: {
authz: {
enabled: false,
reason: 'This route is opted out from authorization because data source expressions that perform search operations use the Kibana search client which handles permission checking.',
reason:
'This route is opted out from authorization because data source expressions that perform search operations use the Kibana search client which handles permission checking.',
},
},
validate: {
Expand Down

0 comments on commit 3429daf

Please sign in to comment.