-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add base role override, update default role to target role #68
Conversation
…Read Only Role, rename EPHEMERAL_ACCESS_DEFAULT_ROLE to EPHEMERAL_ACCESS_DEFAULT_TARGET_ROLE to be more explicit about role usage Signed-off-by: Dustin Lactin <[email protected]>
Signed-off-by: Dustin Lactin <[email protected]>
Signed-off-by: Dustin Lactin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution.
Your change makes sense.
Please check my comments.
… updated readme with new var names and EPHEMERAL_ACCESS_DEFAULT_DISPLAY_ACCESS description Signed-off-by: Dustin Lactin <[email protected]>
Signed-off-by: Dustin Lactin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment. Otherwise LGTM
Signed-off-by: Dustin Lactin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We are using a base role with a few additional permissions outside of just
Read
and wanted to override the base role name ofRead
.EPHEMERAL_ACCESS_DEFAULT_BASE_ROLE
.EPHEMERAL_ACCESS_DEFAULT_ROLE
toEPHEMERAL_ACCESS_DEFAULT_TARGET_ROLE
.