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
|
Nous lancons initialitation
|
||||||
~~~bash
|
~~~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
|
~~~bash
|
||||||
|
@ -3,7 +3,7 @@ ui = true
|
|||||||
|
|
||||||
disable_mlock = "true"
|
disable_mlock = "true"
|
||||||
|
|
||||||
plugin_directory = "/etc/vault/plugin"
|
plugin_directory = "/vault/plugin"
|
||||||
|
|
||||||
api_addr = "https://vault.tips-of-mine.com:8200"
|
api_addr = "https://vault.tips-of-mine.com:8200"
|
||||||
cluster_addr = "https://10.0.4.133:8201"
|
cluster_addr = "https://10.0.4.133:8201"
|
||||||
|
@ -36,6 +36,8 @@ services:
|
|||||||
- ./config:/vault/config/:rw
|
- ./config:/vault/config/:rw
|
||||||
- ./certs:/certs/:rw
|
- ./certs:/certs/:rw
|
||||||
- ./file:/vault/file/:rw
|
- ./file:/vault/file/:rw
|
||||||
|
- ./policy:/vault/policy/:rw
|
||||||
|
- ./plugin:/vault/plugin/:rw
|
||||||
cap_add:
|
cap_add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
entrypoint: vault server -config /vault/config/config.hcl
|
entrypoint: vault server -config /vault/config/config.hcl
|
Loading…
x
Reference in New Issue
Block a user