Tags: Moraxyc/agenix
Tags
agenix 0.14.0
Bruno BELANYI (3):
Add home-manager module
Add home-manager input
Test home-manager module
Chris Montgomery (2):
chore: add nix build result path to gitignore
fix: track `nixos-unstable` channel as `nixpkgs`
Erik Arvstedt (1):
test: fix type error
Lin Jian (2):
doc: fix defaultText by adding literalExpression
doc: fix nixos option format in descriptions
Matthias Putz (1):
Make isDarwin check more robust
Nathan Henrie (25):
Try to add nix-darwin support to agenix
Silence output
Cleanup, improve readability
Give volume a name
fmt
Use diskutil for more convenient sizes, strip trailing tabs
format
Remove activation scripts
Simplify removal of trailing spaces
Testing for CI -- revert "Remove activation scripts"
Revert to hdiutil for older macos compatibility, be explicit about the weird number after ram://
Remove activation scripts again
Test with nonexisting key
Skip missing or unreadable keys
Use new-style tests
Add user key, since it has access to all 3 secrets
Install agenix CLI
Test rekeying via agenix CLI
Redirect user-directed warnings to stderr
Add warn and err helpers, use `diff -q`
Expand explanation that identityPaths should be strings
Install user keys in Darwin tests
Clean-up Darwin integration test
Add darwin tests for home-manager module
Check darwin home-manager test in CI
Ryan Mulligan (19):
feature: update flake output format and docs
contrib: use Alejandra as formatter
contrib: format Nix code with Alejandra
doc: collapse installation sections
contrib: use mkDerivation for agenix cli
test: add tests for editing
fix: if an identity is specified, don't use the default ones
test: simplify and speed up editor tests
contrib: add instructions for running the tests
feature: pipe cleartext into agenix -e
doc: how to skip the Darwin input
contrib: stop packaging rage
fix: disallow Nix store paths in age.identityPaths option
Revert "fix: disallow Nix store paths in age.identityPaths option"
doc: add new doc website
doc: try to fix doc ci
doc: try a slightly different format for github action
doc: actually fix github pages deploy
Create flakehub-publish-tagged.yml
Sefa Eyeoglu (2):
Disable shellcheck warning about impossible comparison
Add test for custom secret paths for HM
Wanja Hentze (2):
fix -d/--decrypt-only not working correctly for binary data
fix truncated output when decrypting a large file to stdout via -d
Winston (Winny) Weinert (1):
doc: missing space
malteneuss (6):
Make intro section more beginner friendly
Fix indentation
Fix intro indentation
Extend flake install section
Extend tutorial section
Rephrase cli app summary
muvlon (1):
feature: add -d/--decrypt option to decrypt a file to stdout
Merge pull request ryantm#119 from ryantm/order feature: combine root and nonroot secret install; delay chowning
Merge pull request ryantm#114 from timhae/newlines remove empty lines in recipient keys file
modules/age: add option to disable symlinking
There are some cases where it may be better or even required to have the
secret be a file that is not a symlink. Setting
age.secrets.some-secret.symlink = false;
will disable the default functionality of symlinking secrets and instead
just forcibly move them to their `path`.
PreviousNext