feat(synapse) registration support (#2603)
* Feature:Synapse: Working on questions/config needed to support registration * Simplify output of synapse allowed local 3PIDs * Bumped patch version of Synapse * Update charts/stable/synapse/questions.yaml * PR #2603 Synapse questions/config updates based on review * PR #2603 Bump synapse minor version * Feature:Synapse: Working on questions/config needed to support registration * Simplify output of synapse allowed local 3PIDs * Bumped patch version of Synapse * PR #2603 Synapse questions/config updates based on review * Update charts/stable/synapse/questions.yaml * PR #2603 Bump synapse minor version * PR #2603 Quoting strings per PR comments * Update charts/stable/synapse/questions.yaml * PR #2603 Quoting strings per PR comments Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
5ce9d536c2
commit
a7153e09cc
@@ -86,6 +86,26 @@ data:
|
||||
|
||||
enable_registration: {{ .Values.matrix.registration.enabled }}
|
||||
|
||||
{{- if .Values.matrix.registration.enabled }}
|
||||
registration_requires_token: {{ .Values.matrix.registration.requiresToken }}
|
||||
|
||||
{{- if .Values.matrix.registration.require3PID }}
|
||||
registrations_require_3pid:
|
||||
{{- range .Values.matrix.registration.requires3PID }}
|
||||
- {{ . | .medium }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
disable_msisdn_registration: {{ .Values.matrix.registration.disableMSISDNRegistration }}
|
||||
enable_3pid_lookup: {{ .Values.matrix.registration.enable3PIDLookup }}
|
||||
|
||||
{{- if .Values.matrix.registration.allowedLocal3PIDs }}
|
||||
allowed_local_3pids:
|
||||
{{ .Values.matrix.registration.allowedLocal3PIDs }}
|
||||
{{- end }}
|
||||
|
||||
{{- end }}
|
||||
|
||||
allow_guest_access: {{ .Values.matrix.registration.allowGuests }}
|
||||
|
||||
{{- if .Values.synapse.metrics.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user