HashiCorp - Vault¶
Nothing can be simpler to interact with Secret Keys than the BotCity plugin for HashiCorp Vault.
Manage your credentials.
KV Secrets Engine¶
The kv
secrets engine is a generic Key-Value store used to store arbitrary
secrets within the configured physical storage for Vault. This backend can be
run in one of two modes; either it can be configured to store a single value
for a key or, versioning can be enabled and a configurable number of versions
for each key will be stored.
This plugin runs in v2, this version can retain a configurable number of versions. This defaults to 10 versions. The older versions' metadata and data can be retrieved. Additionally, Check-and-Set operations can be used to avoid overwriting data unintentionally.
Installation¶
Importing the Plugin¶
After you installed this package, the next step is to import the package into your code and start using the functions.
Authentication¶
Info
If you are using Hashicorp Cloud: you need to use the public url and the token is valid for 6 hours. See token types.