Skip to content

Commit

Permalink
Update empty allowed roles to admin only (#1217)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 4c93be7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent ccd5fb8 commit adaa904
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 adaa904

Please sign in to comment.