From 1f3df3a64ad632da02b2369f36e60925422a4eda Mon Sep 17 00:00:00 2001 From: Paul Stemmet Date: Sat, 20 Apr 2024 13:16:46 +0000 Subject: [PATCH] debian: add control.Package open-vault-agent --- debian/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.