add identity lookup query and hashing to ma1sd
This commit is contained in:
parent
cf386f2fb8
commit
be5d43f949
|
@ -158,6 +158,18 @@ matrix_ma1sd_configuration_yaml: |
|
|||
enabled: {{ matrix_ma1sd_synapsesql_enabled }}
|
||||
type: {{ matrix_ma1sd_synapsesql_type }}
|
||||
connection: {{ matrix_ma1sd_synapsesql_connection }}
|
||||
lookup:
|
||||
query: "SELECT user_id AS mxid, medium, address from user_threepid_id_server"
|
||||
|
||||
hashing:
|
||||
enabled: true
|
||||
pepperLength: 20
|
||||
rotationPolicy: per_requests
|
||||
hashStorageType: sql
|
||||
algorithms:
|
||||
- sha256
|
||||
delay: 2m
|
||||
requests: 10
|
||||
|
||||
matrix_ma1sd_configuration_extension_yaml: |
|
||||
# Your custom YAML configuration for ma1sd goes here.
|
||||
|
|
Loading…
Reference in a new issue