Skip to content
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

📖 Determine Admin status using Lake Formation #4654

Closed
6 tasks
jamesstottmoj opened this issue Jul 9, 2024 · 2 comments
Closed
6 tasks

📖 Determine Admin status using Lake Formation #4654

jamesstottmoj opened this issue Jul 9, 2024 · 2 comments

Comments

@jamesstottmoj
Copy link
Contributor

jamesstottmoj commented Jul 9, 2024

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

  • 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
Copy link
Contributor

github-actions bot commented Sep 8, 2024

This issue is being marked as stale because it has been open for 60 days with no activity. Remove stale label or comment to keep the issue open.

@github-actions github-actions bot added the stale label Sep 8, 2024
Copy link
Contributor

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!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2024
@github-project-automation github-project-automation bot moved this from 👀 TODO to 🎉 Done in Analytical Platform Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant