Merge pull request #142 from puppetlabs/customize_auth_config

(RE-15565) Make auth config customizable and remove default dummy auth
This commit is contained in:
Jake Spain 2023-09-07 11:15:23 -04:00 committed by GitHub
commit 69309c5e47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

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

View file

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