Skip to content

Commit b09bdba

Browse files
author
Marco Antonio Ghiani
committed
feat(fields-metadata): explain authz disabled reason
1 parent 24b6b1b commit b09bdba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/fields_metadata/server/routes/fields_metadata/find_fields_metadata.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export const initFindFieldsMetadataRoute = ({
2727
security: {
2828
authz: {
2929
enabled: false,
30-
reason: 'This route is opted out from authorization',
30+
reason:
31+
'This route is opted out from authorization to keep available the access to static fields metadata such as ECS fields. For other sources (fleet integrations), appropriate checks are performed at the API level.',
3132
},
3233
},
3334
validate: {

0 commit comments

Comments
 (0)