Greetings,
I am setting up Jupyterhub on AWS EKS for our entrprise. I am trying to integrate the hub with google OAuth, however i am thrown, " 403 : Forbidden Sorry, you are not currently authorized to use this hub. Please contact the hub administrator." and then refreshing the page gets me " 400 : Bad Request OAuth state missing from cookies". We have other services using google oauth successfully.
following is the hub configuration
hub:
config:
GoogleOAuthenticator:
client_id: …
client_secret: “GOCSPX-yM…wJ-Db”
oauth_callback_url: hub.sypht.com/hub/oauth_callback
hosted_domain:
- sypht.com
login_service: “Sypht JupyterHub”
JupyterHub:
authenticator_class: google
admin_access: false
I see the following error on my hub pod
kubectl logs hub-685d49f46-glsv8 -n jhub
User ‘ray.easo’ not allowed.
[Failed login for unknown user
I fail to understand what is causong this issue
Thanks