staging: add missing secrets, update exiting ones to autogen/autorotate

This commit is contained in:
Alex 2022-12-24 23:58:38 +01:00
parent 8d17a07c9b
commit 11f87a3cd2
No known key found for this signature in database
GPG Key ID: 09EC5284AA804D3C
8 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1 @@
USER Gandi API key

View File

@ -0,0 +1 @@
CMD openssl rand -hex 32

View File

@ -0,0 +1 @@
CMD openssl rand -hex 32

View File

@ -1 +1 @@
CMD_ONCE openssl rand -hex 32
CMD openssl rand -hex 32

View File

@ -1 +1 @@
USER Synapse's `form_secret` configuration parameter
CMD openssl rand -base64 42

View File

@ -1 +1 @@
USER Synapse's `macaroon_secret_key` parameter
CMD openssl rand -base64 42

View File

@ -1 +1 @@
USER Synapse's `registration_shared_secret` parameter
CMD openssl rand -base64 42

View File

@ -379,3 +379,4 @@ if __name__ == "__main__":
print(" secretmgr.py [check|gen|regen] <module name>...")
# vim: set sts=4 ts=4 sw=4 tw=0 ft=python et :