update : add folder plugin
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled

This commit is contained in:
Hubert Cornet 2025-01-03 20:47:24 +01:00
parent 9faeb42f0c
commit 49dd4eb1f8
3 changed files with 4 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Nous ajoutons les paquets manquant
Nous lancons initialitation
~~~bash
vault operator init -key-shares=5 -key-threshold=3 -format=json > /vault/file/unseal.json
vault operator init -key-shares=1 -key-threshold=1 -format=json > /vault/file/unseal.json
~~~
~~~bash

View File

@ -3,7 +3,7 @@ ui = true
disable_mlock = "true"
plugin_directory = "/etc/vault/plugin"
plugin_directory = "/vault/plugin"
api_addr = "https://vault.tips-of-mine.com:8200"
cluster_addr = "https://10.0.4.133:8201"

View File

@ -36,6 +36,8 @@ services:
- ./config:/vault/config/:rw
- ./certs:/certs/:rw
- ./file:/vault/file/:rw
- ./policy:/vault/policy/:rw
- ./plugin:/vault/plugin/:rw
cap_add:
- IPC_LOCK
entrypoint: vault server -config /vault/config/config.hcl