Skip to content

Commit

Permalink
Fix permissions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Sep 25, 2024
1 parent 01da40f commit 4da0b3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export const RequestRedshiftAccessModal = (props) => {
principalId: values.connection,
principalRoleName: values.rsRole,
principalType: 'RedshiftRole',
requestPurpose: values.comment
requestPurpose: values.comment,
permissions: ['Read']
};

if (hit.resourceKind === 'redshiftdataset') {
Expand Down

0 comments on commit 4da0b3e

Please sign in to comment.