reg token enabled

This commit is contained in:
Philip Haupt
2025-09-09 23:18:00 +02:00
parent 05c30a4b6c
commit bafcc2e996
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ data:
\"/synapse/data/uploads\"\n\n## Registration ##\n\nenable_registration: true\n\n## \"/synapse/data/uploads\"\n\n## Registration ##\n\nenable_registration: true\n\n##
Metrics ###\n\nenable_metrics: true\n\n## Signing Keys ##\n\nsigning_key_path: Metrics ###\n\nenable_metrics: true\n\n## Signing Keys ##\n\nsigning_key_path:
\"/synapse/keys/signing.key\"\n\n# The trusted servers to download signing keys \"/synapse/keys/signing.key\"\n\n# The trusted servers to download signing keys
from.\ntrusted_key_servers:\n - server_name: matrix.org\n\n## Workers ##\n" from.\ntrusted_key_servers:\n - server_name: matrix.org\n\n## Workers ##\n\n##
Extra config ##\n\nregistration_requires_token: true\n"
log.yaml: | log.yaml: |
version: 1 version: 1
formatters: formatters:
@@ -203,7 +204,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: ecbb6166edd515658848a79ce0f552fa7fe6c02895bce8480a618c4e2567d89c checksum/config: 77b1f5bbbbb36ca64dc91dedeba6fcef0d3bf40ba16b1c761e6d20a079252e2e
checksum/secrets: c6c3922611b50b1ee21f8d734a08725a1dd0d861f83ad711e3aff0f06bc6aa2a checksum/secrets: c6c3922611b50b1ee21f8d734a08725a1dd0d861f83ad711e3aff0f06bc6aa2a
labels: labels:
app.kubernetes.io/component: synapse app.kubernetes.io/component: synapse

View File

@@ -180,7 +180,8 @@ config:
## Specify arbitrary Synapse configuration here; ## Specify arbitrary Synapse configuration here;
## Ref: https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml ## Ref: https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml
## ##
extraConfig: {} extraConfig:
registration_requires_token: true
# old_signing_keys: # old_signing_keys:
# "ed25519:id": { key: "base64string", expired_ts: 123456789123 } # "ed25519:id": { key: "base64string", expired_ts: 123456789123 }
# use_presence: false # use_presence: false