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
Deploying sops-nix to an OpenVZ host running kernel 4.19.0 fails due to lack of support for ramfs, would be nice to allow using tmpfs instead of ramfs by specifying it in the manifest.
Or perhaps, a dontcare flag for sops-install-secrets in which it doesn't check and mount the secrets mount point.
Waiver: I do understand the security implications with tmpfs as you risk getting the contents swapped to disk.
I'm writing the patch myself as I have no way around this one but still want to keep using sops-nix for secret management, would just like to know if there is interest in upstream accepting a patch.
The text was updated successfully, but these errors were encountered:
caguiclajmg
changed the title
sops-install-secrets: support specifying custom fstype
sops-install-secrets: allow using tmpfs instead of ramfs
Oct 9, 2022
Deploying sops-nix to an OpenVZ host running kernel 4.19.0 fails due to lack of support for
ramfs
, would be nice to allow usingtmpfs
instead oframfs
by specifying it in the manifest.Or perhaps, a
dontcare
flag forsops-install-secrets
in which it doesn't check and mount the secrets mount point.sops-nix/pkgs/sops-install-secrets/main.go
Line 322 in 912f9ff
Waiver: I do understand the security implications with
tmpfs
as you risk getting the contents swapped to disk.I'm writing the patch myself as I have no way around this one but still want to keep using sops-nix for secret management, would just like to know if there is interest in upstream accepting a patch.
The text was updated successfully, but these errors were encountered: