debian: add control.Package open-vault-agent
This commit is contained in:
parent
565491f8b3
commit
1f3df3a64a
|
@ -29,3 +29,18 @@ Description: A tool for securely accessing secrets
|
||||||
protecting secrets and other sensitive data using a UI, CLI, or HTTP API
|
protecting secrets and other sensitive data using a UI, CLI, or HTTP API
|
||||||
.
|
.
|
||||||
This is a MPL2 licensed fork of Vault.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue