-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update team_docs.md #155
Update team_docs.md #155
Conversation
Added reminder to update gmail sending secret in member management
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
Added token adding as maintenance task |
book/guides/team_docs.md
Outdated
@@ -36,3 +36,4 @@ Unfortunately we do not have a technical way to implement per user quotas, so we | |||
|
|||
- How much space is left on the [entire shared volume](https://grafana.leap.2i2c.cloud/d/hub-dashboard/jupyterhub-dashboard?orgId=1&viewPanel=23)? If the free space falls *below 20%* we need to discuss further actions. | |||
- [Which users are taking up more than the allowed 50GB](https://grafana.leap.2i2c.cloud/d/bd232539-52d0-4435-8a62-fe637dc822be/home-directory-usage-dashboard?orgId=1). For users who take up more than 50GB the suggested action is to reach out via slack or email. | |||
- To send emails, a token file is setup as the OAUTH_GMAIL_CREDENTIALS Github Secret in the member management repo; every so often the action will require re-authentication, generating a new token that should replace the existing secret. This makes use of OAUTH_GMAIL_CLIENT_SECRET, which never needs to change |
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.
Nice. Can you add some more detailed instructions how to regenerate the creds? This is not entirely clear to me. Also we should point to the specific repo and action in the future and link them here.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@SammyAgrawal just pinging this here. Can you flesh out the text above? |
Yes; will flesh out tomorrow |
Can we merge this? |
Need to resolve the conflicts. |
explanation of generating new token
Added reminder to update gmail sending secret in member management