Skip to content

Commit c39bc9b

Browse files
authored
fix: team access to loki logs (#2116)
1 parent 73fdd55 commit c39bc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/loki/auth-config.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ users:
44
orgid: admins
55
{{- range $id, $team := .teams }}
66
- username: {{ $id }}
7-
password: {{ $team | get "password" "XXXX" }}
7+
password: {{ $team.settings.password }}
88
orgid: {{ $id }}
99
{{- end }}

0 commit comments

Comments
 (0)