https://github.com/deviceinsight/sopsget
Command line tool for fetching all public keys in a sops file
https://github.com/deviceinsight/sopsget
Last synced: over 1 year ago
JSON representation
Command line tool for fetching all public keys in a sops file
- Host: GitHub
- URL: https://github.com/deviceinsight/sopsget
- Owner: deviceinsight
- Created: 2023-03-07T12:23:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:35:39.000Z (over 3 years ago)
- Last Synced: 2025-02-12T21:37:22.952Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sopsget
A tool which checks your .sops.yaml for missing fingerprints with `gpg` and automatically fetches them from `keys.openpgpg.org`
## Usage
* `sopsget` \
checks if a .sops.yaml is present in your current directory and uses that to processing
* `sopsget ./folder/file` \
checks processes the specified file
Constraint:
the file has to have the `.yaml` or `.yml` ending
## Build
### Build locally:
* `go build`
* make the built binary available on your path