vault

vault 2.0.3

Tool for managing secrets

https://developer.hashicorp.com/vault
Business Source License 1.1
main program: vaultprograms: -
Platforms (30)
microblaze-linuxi686-freebsdmips64el-linuxx86_64-linuxx86_64-freebsdmips64-linuxm68k-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  vault
];
Ad-hoc shell
nix-shell -p vault
Flake (nix run)
nix run nixpkgs#vault