Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 keyring

Also 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
```