This topic reviews subjects related to the installation of the Hashicorp Vault Artifactory Secrets Plugin.
Using Pre-built Releases
You can find pre-built releases of the plugin here. Once you have downloaded the latest archive corresponding to your target OS, uncompress it to retrieve the artifactory
binary file.
From Sources
If you prefer to build the plugin from sources, clone the GitHub repository locally and run the command make build
from the root of the sources directory. Upon successful compilation, the resulting artifactory
binary is stored in the vault/plugins
directory.