You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer
I need to determine what users have grantable permissions on resources registered in lake formation
So that we can determine if they are an admin on that resource or not
Value / Purpose
This will allow us to determine whether a user manages a resource or not without the need of storing information in the control panel database
The idea is to use the list_permissions call on Lake Formation to check users who have grantable permissions on a given resource. We can use this to determine whether a user should be able to grant particular permissions to other users.
Definition of Done
Call is made to lake formation when viewing a resource that can be assigned permissions
Grant access button is shown for user on resource that they are admin of (by checking grantable permissions)
Only permissions grantable are shown on the proceeding form
Tests are green
Deploy to Dev and test
Deploy to Prod
The text was updated successfully, but these errors were encountered:
This issue is being closed because it has been open for a further 7 days with no activity. If this is still a valid issue, please reopen it, Thank you!
User Story
As a developer
I need to determine what users have grantable permissions on resources registered in lake formation
So that we can determine if they are an admin on that resource or not
Value / Purpose
This will allow us to determine whether a user manages a resource or not without the need of storing information in the control panel database
Useful Contacts
@jamesstottmoj
User Types
No response
Hypothesis
No response
Proposal
No response
Additional Information
The idea is to use the list_permissions call on Lake Formation to check users who have grantable permissions on a given resource. We can use this to determine whether a user should be able to grant particular permissions to other users.
Definition of Done
The text was updated successfully, but these errors were encountered: