synapse: Use matrix authentication service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user