Running as an init sidecar, the service creates a PGP key, uploads it to a hkp server and creates a kubernetes secret
Table of Contents generated with DocToc
Environment Variable | Default | Description |
---|---|---|
HKP_ADDRESS | http://localhost:11371 | Address of the hkp server to upload to key to |
PGP_KEY_ID_EMAIL | [email protected] | The email to attach to the key |
PGP_KEY_ID_NAME | 'Example' | The name to attach to the key |
PGP_SECRET | pgp-key | name of secret to create |
PGP_KEY_PATH | /keys | path to the keys directory |
PGP_KEY_TYPE | ed25519 | The type of pgp key to create |
PGP_NAMESPACE | default | Namespace where the secret is created |
Currently, we provide pre-built container images for linux amd64 and arm64 architectures via our Github Actions Pipeline. Find the images here
If you have any queries on pgp create, feel free to reach us on any of our communication channels
If you have questions, concerns, bug reports, etc, please file an issue in this repository's issue tracker.
Find the instructions on how you can contribute in CONTRIBUTING.