-
Notifications
You must be signed in to change notification settings - Fork 67
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
basehub: reduce hub.loadRoles and clarify the situation #4030
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can merge once comment is addressed.
helm-charts/basehub/values.yaml
Outdated
# Allow all users access to 'services', which includes dask-gateway & configurator | ||
- access:services | ||
- self | ||
# hub.loadRoles is z2jh native config to enable configuration of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay that it has no effect and we can remove it.
I'd suggest we just simply fully remove it, and not actually have this large comment here. It adds additional things that must be kept up to date whenever things elsewhere change, and makes this already large file even larger. Let's just remove that?
helm-charts/basehub/values.yaml
Outdated
# Considerations of updating dask-gateway to gate access via | ||
# access:services!service=dask-gateway is considered in the linked issue. | ||
# | ||
# ref: https://github.com/dask/dask-gateway/issues/829 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#4014 is the right place for this and i see you've already put it there!
Thank you for reviewing @yuvipanda! I've tested as non-admin on imagebuilding-demo as well which worked ok
Merging! |
🎉🎉🎉🎉 Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/8997821392 |
We had configuration under
hub.loadRoles
that didn't make a difference. With this PR I'm removing it and adding related comments about it for the future instead.