synapse: Use matrix authentication service

This commit is contained in:
uumas
2025-03-22 02:05:28 +02:00
parent 974621ee16
commit cefa207eed
4 changed files with 64 additions and 1 deletions

View File

@@ -17,6 +17,14 @@ argument_specs:
- This is used to set the public_baseurl option for synapse (with https:// and trailing / added)
type: str
required: true
synapse_mas_secrets:
description: Passed to the matrix_authentication_service role
type: dict
required: true
synapse_mas_domain:
description: The public-facing domain that clients use to access matrix authentication service. Defaults to auth.`synapse_external_domain`
type: str
required: false
synapse_signing_key:
description: The homeserver signing key
type: str