Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
19 stars 4 forks source link

auto-join demo endpoint (CLI side) #462

Closed OwenPriceSkelly closed 3 months ago

OwenPriceSkelly commented 5 months ago

~Seems like globus groups v2 doesn't provide a way for us to set the join policy to "auto" anymore. fortunately, we have a v1 group for MDF that already has that policy. We should allowlist that group for the demo endpoint (may need the globus compute team to do this for us) and update the docs to link that group instead.~

edit: @hholb's recent PR to the backend gets us most of the way there, but doesn't quite work yet. We need to at least tweak the auth code in the CLI to request the 'all' scope from globus groups instead of just the 'view_my_groups_and_memberships' one, but AFAIK there shouldn't be much else to change on the CLI side