Hi all We are facing issue with login to to Data...
# troubleshoot
m
Hi all We are facing issue with login to to Datahub from some users after enabling Google Auth. Datahub version : v0.8.43 We followed this Doc to setup google auth in our Datahub https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react-google/ Google auth is working for some Users and not working for some Error from Front end pod is
Copy code
13:47:27 [application-akka.actor.default-dispatcher-1588] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
13:47:29 [application-akka.actor.default-dispatcher-1614] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
current Settings
Copy code
- name: AUTH_OIDC_ENABLED
      value: "true"
    - name: AUTH_OIDC_CLIENT_ID
      value:
    - name: AUTH_OIDC_CLIENT_SECRET
      value:
    - name: AUTH_OIDC_DISCOVERY_URI
      value: <https://accounts.google.com/.well-known/openid-configuration>
    - name: AUTH_OIDC_BASE_URL
      value: <https://URL>
    - name: AUTH_OIDC_SCOPE
      value: openid profile email
    - name: AUTH_OIDC_USER_NAME_CLAIM
      value: email
    - name: AUTH_OIDC_USER_NAME_CLAIM_REGEX
      value: ([^@]+)
Do we need to add any additional permissions in GCP ?
a
Hey Jithin, are y’all able to update to the most recent. version?
m
Hi Paul, We are using Datahub version : v0.8.43. Which is the latest avaiable in helm. Which version are you suggesting ?
a
Hi Jithin, the most recent version is 0.9, I think there should be a helm update available on the downloads site
Otherwise, I believe we’ll have a helm chart out in the next few weeks, as per this thread: https://datahubspace.slack.com/archives/CV2UVAPPG/p1668088102157369