Offers up APIs to sign and verify data using PGP keys
Table of Contents generated with DocToc
Latest OpenAPI Specification for this API is available in the api-specs repository
Environment Variable | Default | Description |
---|---|---|
HKP_ADDRESS | http://keyserver.pks:11371 | Address of the hkp server to upload to key to |
PGP_KEY_ID_EMAIL | example@example.com | 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 |
Instructions for deploying the pgp-service using helm charts can be found here
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-service, 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.