agebox
agebox copied to clipboard
Age based repository file encryption gitops tool
Bumps golang from 1.18.1-alpine to 1.19.0-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps golang from 1.18.1 to 1.19.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
I use this workflow (i use a command from my **Makefile** (see bellow) ) - git checkout/pull project - unlock all files with `make secret-unlock` - work on my project...
I wish to say thanks a lot to maintainers for a very promising project, that solves a very common problem via something easy-to-understand non-complex concepts, I enjoyed a lot to...
`git-crypt` can be used as a filter to automatically encrypt on commit. Is there any approach like this with agebox? It feels like the current workflow makes committing secrets quite...
When given a public key created with the [`age-plugin-yubikey`](https://github.com/str4d/age-plugin-yubikey) plugin, agebox refuses to encrypt for it: ``` WARN[0000] Could not load public key: invalid public key key=keys/charles.age svc=storage.fs.KeyRepository version=0.6.1 ```...
Bumps [xresloader/upload-to-github-release](https://github.com/xresloader/upload-to-github-release) from 1.3.3 to 1.3.4. Release notes Sourced from xresloader/upload-to-github-release's releases. v1.3.4 CHANGLELOG Update dependencies Fix tag name when updating a existed release Commits a4f893d Merge pull request #35...
Does `agebox validate`'s "Invalid secret" wording communicate the most useful message to the user?  This makes me, An Ops, think that perhaps something's been corrupted in the file. Perhaps...