Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.34 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.34 KB

Vault Plugin: GPG Secret Backend Build Status Code coverage

This is a standalone plugin for HashiCorp Vault. This plugin handles GPG operations on data-in-transit in a similar fashion to what the transit secret backend proposes. Data sent to the backend are not stored.

As of today, the backend does not support encrypting data.

This backend has similar use cases with the transit secret backend and the latter should be preferred if you do not need to interact with existing tools that are only GPG-aware.

Usage & setup

This is a Vault plugin, you need to have a working installation of Vault to use it.

To learn how to use plugins with Vault, see the documentation on plugin backends on the official Vault website.

Once mounted in Vault, this plugin exposes this HTTP API.