mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
Make auth config customizable and remove default dummy auth
This commit is contained in:
parent
e819e3d409
commit
03ad06d827
2 changed files with 3 additions and 2 deletions
|
|
@ -12,9 +12,11 @@ data:
|
|||
:tagfilter:
|
||||
project: '^([^/]+)'
|
||||
|
||||
{{- if .Values.auth }}
|
||||
:auth:
|
||||
{{- with .Values.auth }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
:prometheus:
|
||||
prefix: {{ .Values.vmpoolerInstance }}
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@ baseconfig_extras: {}
|
|||
# vmware_cluster2: 100
|
||||
# vmware_cluster4: 180
|
||||
|
||||
auth:
|
||||
provider: 'dummy'
|
||||
# auth:
|
||||
# provider: 'ldap'
|
||||
# :ldap:
|
||||
# host: 'ldap.example.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue