Make auth config customizable and remove default dummy auth

This commit is contained in:
Jake Spain 2023-09-07 10:00:38 -04:00
parent e819e3d409
commit 03ad06d827
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 3 additions and 2 deletions

View file

@ -12,9 +12,11 @@ data:
:tagfilter:
project: '^([^/]+)'
{{- if .Values.auth }}
:auth:
{{- with .Values.auth }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}
:prometheus:
prefix: {{ .Values.vmpoolerInstance }}

View file

@ -44,8 +44,7 @@ baseconfig_extras: {}
# vmware_cluster2: 100
# vmware_cluster4: 180
auth:
provider: 'dummy'
# auth:
# provider: 'ldap'
# :ldap:
# host: 'ldap.example.com'