Skip to content

Commit

Permalink
Update empty allowed roles to admin only (#1217) (#1219)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c93be7)

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 79d4874 commit 8e9eee6
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 8e9eee6

Please sign in to comment.