update : add folder plugin
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
This commit is contained in:
parent
9faeb42f0c
commit
49dd4eb1f8
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user