Skip to content

Commit

Permalink
🐛(telemetry): grafana oauth login fails with error saying user alread…
Browse files Browse the repository at this point in the history
…y exists
  • Loading branch information
lorenzo-w committed Jan 11, 2024
1 parent d873c38 commit be9098d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/system/telemetry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: telemetry
description: Prometheus + Loki + Grafana
type: application
version: "0.2.8"
appVersion: "0.2.8"
version: "0.2.9"
appVersion: "0.2.9"
dependencies:
- name: common
version: "^1"
Expand Down
3 changes: 2 additions & 1 deletion charts/system/telemetry/templates/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: "^54.2.2"
version: "^55.7.0"
sourceRef:
kind: HelmRepository
name: prometheus-community
Expand Down Expand Up @@ -280,6 +280,7 @@ spec:
from_address: {{ .Values.smtp.from_address }}
auth:
disable_login_form: true
oauth_allow_insecure_email_lookup: false
auth.generic_oauth:
# See: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/generic-oauth/
enabled: true
Expand Down

0 comments on commit be9098d

Please sign in to comment.