Secure Declarative Secrets With SecretSpec

https://youtube.com/watch?v=dII4uMU-5R8

cross-posted from: https://programming.dev/post/56166299

6 points · 3 comments · view on lemmy.world

3 Comments

atzanteol@sh.itjust.works · 6 pts · 5d (2 replies)

curl -sSL https://install.secretspec.dev/ | sh

Nope.

ruffsl@programming.dev · 6 pts · 5d

Yeah, would definitely prefer using a package manager from a maintained repository like nix over raw dogging remote shell scripts. E.g. from nixpkg

nix-env -iA secretspec -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
Shayeta@feddit.org · 4 pts · 5d

Yup, missing a sudo there. :)