mirror of
https://github.com/apricote/Listory.git
synced 2026-02-08 02:37:03 +00:00
feat: add optional basic auth for metrics endpoint
This commit is contained in:
parent
a6097204c7
commit
879c6a62e2
7 changed files with 92 additions and 3 deletions
|
|
@ -8,3 +8,8 @@ type: Opaque
|
|||
data:
|
||||
spotify-client-secret: {{ .Values.spotify.clientSecret | b64enc | quote }}
|
||||
jwt-secret: {{ .Values.auth.jwtSecret | b64enc | quote }}
|
||||
|
||||
{{- if .Values.prometheus.basicAuth.enabled }}
|
||||
prometheus-basic-auth-username: {{ .Values.prometheus.basicAuth.username | b64enc | quote }}
|
||||
prometheus-basic-auth-password: {{ .Values.prometheus.basicAuth.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue