You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tls): Secure master-admin with TLS layer (#748)
This change introduces a TLS layer to encrypt traffic between the master
and the saunafs-admin binary, protecting data in transit and mitigating
on-path attacks. For that goal, an optional TLS configuration file path
option has been added on all commands for saunafs-admin.
Also, this change allows the shadow metadata servers to start a TLS
connection request, which is needed for some saunafs-admin binary
to securely communicate to it.
Signed-off-by: Rolando Sánchez Ramos <rolysr@leil.io>
0 commit comments