commit | 27022ca718da92926526454fd0b5af2193e86c52 | [log] [tgz] |
---|---|---|
author | Giovanni Tirloni <giovanni.tirloni@vexxhost.com> | Thu Jul 04 18:24:19 2024 -0300 |
committer | GitHub <noreply@github.com> | Thu Jul 04 21:24:19 2024 +0000 |
tree | cb224d68fdc466849f1767cf97dc1c5ac86131e8 | |
parent | bdb0fb17c3723e765154b10de23e277d513ea09a [diff] |
grafana: Allow user lookups by email (#1491) Fix for this error: Logs: logger=user.sync t=2024-07-03T13:21:38.811238068Z level=error msg="Failed to create user" error="user already exists" auth_module=oauth_generic_oauth auth_id=c783731b-55bc-44db-acc3-263924027437 This stopped working in >10.1.0 and prevents Grafana from finding existing users by their email when configured to use Keycloak SSO. https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/#enable-email-lookup
If you have any questions and discussions about Atmosphere, you can join the community:
#atmosphere
channel on the Kubernetes Slack. If you are new to Kubernetes Slack workspace, Join the Kubernetes Slack workspace first.You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg