forked from Deuxfleurs/nixcfg
staging: add missing secrets, update exiting ones to autogen/autorotate
This commit is contained in:
parent
8d17a07c9b
commit
11f87a3cd2
8 changed files with 8 additions and 4 deletions
1
cluster/staging/app/core/secrets/d53/gandi_api_key
Normal file
1
cluster/staging/app/core/secrets/d53/gandi_api_key
Normal file
|
@ -0,0 +1 @@
|
|||
USER Gandi API key
|
|
@ -0,0 +1 @@
|
|||
CMD openssl rand -hex 32
|
|
@ -0,0 +1 @@
|
|||
CMD openssl rand -hex 32
|
|
@ -1 +1 @@
|
|||
CMD_ONCE openssl rand -hex 32
|
||||
CMD openssl rand -hex 32
|
||||
|
|
|
@ -1 +1 @@
|
|||
USER Synapse's `form_secret` configuration parameter
|
||||
CMD openssl rand -base64 42
|
||||
|
|
|
@ -1 +1 @@
|
|||
USER Synapse's `macaroon_secret_key` parameter
|
||||
CMD openssl rand -base64 42
|
||||
|
|
|
@ -1 +1 @@
|
|||
USER Synapse's `registration_shared_secret` parameter
|
||||
CMD openssl rand -base64 42
|
||||
|
|
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue