pinterest / querybook

Querybook is a Big Data Querying UI, combining collocated table metadata and a simple notebook interface.
https://www.querybook.org
Apache License 2.0
1.86k stars 223 forks source link

google oauth2 failed #1293

Open vasili439 opened 1 year ago

vasili439 commented 1 year ago

Hi! I'm trying to configure google oauth. My env vars what I pass with the helm chart looks:

    PUBLIC_URL: https://qb.domain.com
    AUTH_BACKEND: app.auth.google_auth
    OAUTH_CLIENT_ID: blablabla
    OAUTH_CLIENT_SECRET: blablabla
    OAUTH_AUTHORIZATION_URL: https://accounts.google.com/o/oauth2/v2/auth
    OAUTH_TOKEN_URL: https://oauth2.googleapis.com/token
    OAUTH_USER_PROFILE: https://openidconnect.googleapis.com/v1/userinfo

When I try to access querybook it redirects me to google but after successful auth with google I got an exception:

requests.exceptions.SSLError: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:4065)')))
Yiidiir commented 9 months ago

Were you able to solve this issue?

macrodrigues commented 3 months ago

I have the exact same error at the moment.