-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Hello! Love the project, and am looking forward to playing with this more :)
I'm thinking about how to best integrate lithops (and cubed via that) into a working JupyterHub. We can attach AWS policies to JupyterHubs, and provide additional policy there. I like that we already have a policy generated in https://lithops-cloud.github.io/docs/source/compute_config/aws_lambda.html!
However, I see it has pretty broad permissions. In particular, the ec2:* one feels like a lot! Especially when we are granting users on a JupyterHub access, as the same identity is shared by all users.
I'd love for all those * permissions to be more narrowly scoped. And if those can be presented by the project itself, that's helpful because there's a single source of truth for those permissions.
Thank you for the wonderful project!