-
Notifications
You must be signed in to change notification settings - Fork 326
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
Replace Google only @kubeflow.org groups with @google.com groups #365
Comments
@jlewi: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
[email protected] has been created |
[email protected] has been deleted [email protected] already exists |
* This is a replacement for shelling out to GAM. * Import all the existing groups to YAML files. * Get rid of the old text files and GAM code Related to kubeflow#365 auto sync the Google groups * Only import members for groups that already defined in GitHub * We don't want to be the ones putting people's emails into GitHub * As part of the migration we will ask members of groups not currently being auto-sync'd to open up PRs to add themselves * We will then enable AutoSync for all groups. * Add code to upgrade specs * Add required users to all groups; e.g. the robot account. * Support reading the OAuth2 credential from GCS * Add a Makefile to make it easy to run the commands.
* This is a replacement for shelling out to GAM. * Import all the existing groups to YAML files. * Get rid of the old text files and GAM code * Only import members for groups that already defined in GitHub * We don't want to be the ones putting people's emails into GitHub * As part of the migration we will ask members of groups not currently being auto-sync'd to open up PRs to add themselves * We will then enable AutoSync for all groups. * We import stubs for all Groups but disable auto-sync; this way we can start asking people to submit PRs to join the group before we turn on the sync. * Support reading the OAuth2 credential from GCS * Add a Makefile to make it easy to run the commands. * Use a content hash to detect when files have changed and determine when to resync. * Also periodically force a resync so if there is any drift due to changes made outside the system they are reverted. Related to kubeflow#365 auto sync the Google groups
* This is a replacement for shelling out to GAM. * Import all the existing groups to YAML files. * Get rid of the old text files and GAM code * Only import members for groups that already defined in GitHub * We don't want to be the ones putting people's emails into GitHub * As part of the migration we will ask members of groups not currently being auto-sync'd to open up PRs to add themselves * We will then enable AutoSync for all groups. * We import stubs for all Groups but disable auto-sync; this way we can start asking people to submit PRs to join the group before we turn on the sync. * Support reading the OAuth2 credential from GCS * Add a Makefile to make it easy to run the commands. * Use a content hash to detect when files have changed and determine when to resync. * Also periodically force a resync so if there is any drift due to changes made outside the system they are reverted. Related to #365 auto sync the Google groups Co-authored-by: Jeremy Lewi <[email protected]>
/kind area/process
Replace all @kubeflow.org groups that should contain only Googlers with @google.com addresses
The text was updated successfully, but these errors were encountered: