-
Notifications
You must be signed in to change notification settings - Fork 231
move the cloak secret into the database #952
Copy link
Copy link
Closed
Milestone
Description
#481 mentions that the main reason not to store the cloak secret in the database was simple "laziness". We could start storing it in the database (with the caveat that it has to be the same across all networks). Here's how this would work:
- If an existing cloak secret is defined (either in the config or in an environment variable), store it in the database
- Otherwise, autogenerate a suitable cloak secret and store it in the database
- Provide service commands to rotate (and possibly import and export) the secret as necessary
Reactions are currently unavailable