This repository was archived by the owner on Jan 17, 2025. It is now read-only.
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Allow GRANT ASSUMEROLE features #91
Open
Description
Hello
I usully use grant assume
to assign a role to a group like this :
GRANT ASSUMEROLE ON 'arn:aws:iam::xxxxxxxxxxx:role/xxxxxxxxxxxx-01' TO GROUP xxx_GRP_RW FOR COPY, UNLOAD;
Unless I'm mistaken in your module it's not possible to specify a iam role right ?
Can this is be a supported features?
Many Thanks!
OvO