debian: add control.Package open-vault-agent

This commit is contained in:
Paul Stemmet 2024-04-20 13:16:46 +00:00
parent 565491f8b3
commit 1f3df3a64a
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 15 additions and 0 deletions

15
debian/control vendored
View File

@ -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.