if password_config is to be false (users have to log in only through the provided ID providers) it needs to be configured so after the roles related to admin user : first-admin, discovery-rooms, synapse-extra-config, auth-buttons
sometimes, if Synapse configuration changes, it has to be redeployed
The idea
Let's add a variable that will re deploy Synapse from scratch (keeping the database unchanged).
the homeserver is configured once and subsequent deployments will be faster
We have a way to change the configuration without meeting any configuration override issues
Issue
414
password_config
is to be false (users have to log in only through the provided ID providers) it needs to be configured so after the roles related to admin user :first-admin
,discovery-rooms
,synapse-extra-config
,auth-buttons
The idea
Let's add a variable that will re deploy Synapse from scratch (keeping the database unchanged).