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

leap: Add access for data and compute members separately #4964

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/clusters/leap/daskhub-common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ basehub:
allowed_organizations:
- leap-stc:leap-pangeo-base-access
- leap-stc:leap-pangeo-full-access
- leap-stc:data-and-compute
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure if this is actually needed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed, the later parts are only filtering whats presented - but this is the part that makes them able to login at all.

scope:
- read:org
Authenticator:
Expand Down Expand Up @@ -148,6 +149,7 @@ basehub:
allowed_groups:
- 2i2c-org:hub-access-for-2i2c-staff
- leap-stc:leap-pangeo-dev-access
- leap-stc:data-and-compute
profile_options:
requests:
# NOTE: Node share choices are in active development, see comment
Expand Down Expand Up @@ -209,6 +211,7 @@ basehub:
allowed_groups:
- 2i2c-org:hub-access-for-2i2c-staff
- leap-stc:leap-pangeo-full-access
- leap-stc:data-and-compute
profile_options:
requests:
# NOTE: Node share choices are in active development, see comment
Expand Down Expand Up @@ -338,6 +341,7 @@ basehub:
allowed_groups:
- 2i2c-org:hub-access-for-2i2c-staff
- leap-stc:leap-pangeo-full-access
- leap-stc:data-and-compute
profile_options:
image:
display_name: Image
Expand Down