I’m using Helm to configure our Jupyterhub on Kubernetes and looking to use Google Groups. Followed the readme but I want to confirm the config.yaml that Helm uses is set correctly.
hub:
extraConfig: |
c.GoogleOAuthenticator.gsuite_administrator = {'example.com': 'someuser'}
c.GoogleOAuthenticator.google_service_account_keys = {'example.com': '/path/to/service_account.json'}
c.GoogleOAuthenticator.admin_google_groups = {'example.com': ['someadmingroup']}
c.GoogleOAuthenticator.google_group_whitelist = {'example.com': ['somegroupwithaccess', 'othergroupwithaccess'] }