Don't use a leading / for vault.root

This commit is contained in:
Daniel Berteaud 2024-03-05 14:08:10 +01:00
parent 115a251fa2
commit 5eb40c71f2
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ locale:
vault:
# A root for all vault mount points. Usefull if you have different environnements
# This is an alternative to using vault namespaces as Nomad Community doesn't support it
root: "/"
# Note : somme clients (like spring) doesn't like a leading /, so just use an empty root to mean /
root: ""
# Configuration for new PKI
pki:
@ -22,8 +23,8 @@ vault:
ttl: 131400h
key_bits: 4096
key_type: rsa
# The issuer is always the /pki/root PKI, without vault.root
issuer: /pki/root
# The issuer is always the pki/root PKI, without vault.root
issuer: pki/root
# Configuration for the database secret engine
database: