diff --git a/debian/control b/debian/control index 022fc21..9a3cd8b 100644 --- a/debian/control +++ b/debian/control @@ -29,3 +29,18 @@ Description: A tool for securely accessing secrets protecting secrets and other sensitive data using a UI, CLI, or HTTP API . This is a MPL2 licensed fork of Vault. + +Package: open-vault-agent +Provides: vault-agent +Conflicts: vault-agent +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, vault +Built-Using: ${misc:Built-Using} +Description: Systemd service and configuration for Vault agents + Vault agent(s) remove the initial hurdle to adopt Vault by + providing a more scalable and simpler way for applications + to integrate with Vault. + . + Providing the ability to render templates containing the + secrets required by your application, without requiring + changes to your application.