Skip to content

Commit

Permalink
Update empty allowed roles to admin only (#1217) (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Oct 31, 2023
1 parent ccd5fb8 commit 4288504
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const QueryPermissionsConfiguration = (props: PermissionsConfigurationPro
},
{
id: QUERY_ALL,
label: 'Everyone - accessible by all users on this cluster',
label: 'Admin only - only accessible by the admin',
disabled: !hasSecurityAccess,
},
];

Expand Down

0 comments on commit 4288504

Please sign in to comment.