WIP
This commit is contained in:
parent
3443452cf7
commit
27f5dd4b44
2 changed files with 11 additions and 3 deletions
|
@ -40,11 +40,15 @@ spec:
|
||||||
type: "ldap"
|
type: "ldap"
|
||||||
name: "Mail-Stalwart"
|
name: "Mail-Stalwart"
|
||||||
ldap:
|
ldap:
|
||||||
token: {{ .Values.auth.LDAPToken | default (derivePassword 1 "long" .Values.commons.masterPassword "stalwart-mail" "auth.token") | quote }}
|
token: {{ .Values.auth.ldap.token | default (derivePassword 1 "long" .Values.commons.masterPassword "stalwart-mail" "auth.token") | quote }}
|
||||||
|
|
||||||
groups:
|
groups:
|
||||||
- slug: "mycloud - users"
|
- slug: "mycloud - users"
|
||||||
bindID: "4525d9a3-1853-45dc-adc0-6d411a3a907e"
|
bindID: "4525d9a3-1853-45dc-adc0-6d411a3a907e"
|
||||||
|
users:
|
||||||
|
- username: {{ .Values.auth.ldap.bind.username | default (printf "%s-ldap" .Release.Name) | quote }}
|
||||||
|
groups:
|
||||||
|
- "mycloud - users"
|
||||||
|
|
||||||
application:
|
application:
|
||||||
policyEngineMode: "any"
|
policyEngineMode: "any"
|
||||||
|
|
|
@ -96,8 +96,12 @@ commons:
|
||||||
endpoint: "tempo.monitoring.svc:4317"
|
endpoint: "tempo.monitoring.svc:4317"
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
# -- generated by .Values.commons.masterPassword
|
ldap:
|
||||||
LDAPToken:
|
# -- WARNING must be set after generated in Artifactory(generated by .Values.commons.masterPassword)
|
||||||
|
token:
|
||||||
|
bind:
|
||||||
|
username:
|
||||||
|
password:
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
# -- fallback admin password (default: generated by .Values.commons.masterPassword)
|
# -- fallback admin password (default: generated by .Values.commons.masterPassword)
|
||||||
|
|
Loading…
Add table
Reference in a new issue