Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technosophos/helm-gpg
Chart signing and verification with GnuPG for Helm.
https://github.com/technosophos/helm-gpg
gnupg gpg helm helm-plugin kubernetes
Last synced: 3 days ago
JSON representation
Chart signing and verification with GnuPG for Helm.
- Host: GitHub
- URL: https://github.com/technosophos/helm-gpg
- Owner: technosophos
- License: other
- Created: 2017-04-06T17:23:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T17:42:16.000Z (over 4 years ago)
- Last Synced: 2024-11-02T17:36:27.449Z (6 days ago)
- Topics: gnupg, gpg, helm, helm-plugin, kubernetes
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 26
- Watchers: 4
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cybersecurity-blueteam - Helm GPG (GnuPG) Plugin - Chart signing and verification with GnuPG for Helm. (DevSecOps / Supply chain security)
- awesome-software-supply-chain-security - technosophos/helm-gpg: Chart signing and verification with GnuPG for Helm.
README
# Helm GPG (GnuPG) Plugin
Helm has the ability to cryptographically sign and verify charts. This plugin
provides integration with GnuPG, making it easier to use than the default
`helm` signing and verifying commands. It is also more secure, since it supports
passphrase-encrypted keys.It offers two operations:
- sign: Sign a chart with a key
- verify: Verify a signed chart with your keyringAlso check out the [Helm Keybase](https://github.com/technosophos/helm-keybase) plugin.
## Installation
You must have GnuPG's command line client (`gpg`) installed and configured.
```console
$ helm plugin install https://github.com/technosophos/helm-gpg
```