Revert "fix: Remove mTLS requirement from Vault config to fix health check failures"
This reverts commit 510fadf24b60c61bb39938f59d88add9b4c08168.
This commit is contained in:
parent
6c904f7dc9
commit
95fbb4f129
2 changed files with 3 additions and 0 deletions
|
|
@ -2098,6 +2098,7 @@ listener "tcp" {
|
|||
tls_disable = false
|
||||
tls_cert_file = "../../conf/system/certificates/vault/server.crt"
|
||||
tls_key_file = "../../conf/system/certificates/vault/server.key"
|
||||
tls_client_ca_file = "../../conf/system/certificates/ca/ca.crt"
|
||||
}
|
||||
|
||||
# API settings - use HTTPS
|
||||
|
|
|
|||
|
|
@ -912,6 +912,7 @@ listener "tcp" {
|
|||
tls_disable = false
|
||||
tls_cert_file = "{{CONF_PATH}}/system/certificates/vault/server.crt"
|
||||
tls_key_file = "{{CONF_PATH}}/system/certificates/vault/server.key"
|
||||
tls_client_ca_file = "{{CONF_PATH}}/system/certificates/ca/ca.crt"
|
||||
}
|
||||
|
||||
api_addr = "https://localhost:8200"
|
||||
|
|
@ -937,6 +938,7 @@ listener "tcp" {
|
|||
tls_disable = false
|
||||
tls_cert_file = "{{CONF_PATH}}/system/certificates/vault/server.crt"
|
||||
tls_key_file = "{{CONF_PATH}}/system/certificates/vault/server.key"
|
||||
tls_client_ca_file = "{{CONF_PATH}}/system/certificates/ca/ca.crt"
|
||||
}
|
||||
|
||||
api_addr = "https://localhost:8200"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue