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 27, 2024
1 parent 34c5860 commit e6d9670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export function registerDynamicRoute({
security: {
authz: {
enabled: false,
reason: 'This route is opted out from authorization because it is only retrieving the ES cluster UUID',
reason:
'This route is opted out from authorization because it is only retrieving the ES cluster UUID',
},
},
options: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export function registerV1PrometheusRoute({
security: {
authz: {
enabled: false,
reason: 'This route is opted out from authorization because it is not interacting with ES at all',
reason:
'This route is opted out from authorization because it is not interacting with ES at all',
},
},
options: {
Expand Down

0 comments on commit e6d9670

Please sign in to comment.