This plugin allows the creation, modification, and deletion of confidential data stored in the HashiCorp Vault. Thanks to this plugin, you will be able to create applications in which you will be able to initialize and manage working environments, in order to store your data.
To facilitate the dialog with the Vault server, the plugin uses the Java Vault Driver library from Bettercloud which comes in and creates all the requests to query the Vault APIs.
Configure the plugin properties file (webapp/WEB-INF/conf/plugins/vault.properties).
In particular, it is necessary to set up :
vault.rootToken=hvs.lSjuVlF7RSEXpSyLOsel2bVc vault.environnement.list=pr,ppr,dev,infra vault.vaultServerAdress=http://127.0.0.1:8200 vault.addPolicyPath=/v1/sys/policies/acl/ vault.addTokenPath=/v1/auth/token/revoke-accessor vault.secretPath=/secret
Configure