Refactor secret management for jafner.tools #99
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
jafner-tools/config/wireguard currently has password exposed in
.env
.jafner-tools/config/vaultwarden currently has admin_token exposed in
.env
.Move those to
<app>_secrets.env
, ensure they are excluded from version control.Rotate the secret (and update the container).
Refer to #32 for more info.
assigned to @Jafner
changed title from {-Secure WG-Easy password variable and rotate-} to {+Refactor secret management for jafner.tools+}
changed the description
changed the description
mentioned in commit
612999cd80
Vaultwarden and WG-Easy have been updated and their secrets have been rotated.