feat: vault use vault

- change vault to use vault ephemeral certificates
- remove nginx frontend to vault
This commit is contained in:
2024-05-26 01:06:48 +10:00
parent 22af602510
commit 7c0bf4a398
2 changed files with 7 additions and 11 deletions
@@ -7,11 +7,11 @@ consul::services:
- 'https'
- 'secure'
address: "%{facts.networking.ip}"
port: 443
port: 8200
checks:
- id: 'vault_https_check'
name: 'Vault HTTPS Check'
http: "https://%{facts.networking.fqdn}:443/v1/sys/health"
http: "https://%{facts.networking.fqdn}:8200/v1/sys/health"
method: 'GET'
tls_skip_verify: true
interval: '10s'