Merge pull request 'feat: vault use vault' (#226) from neoloc/vault_use_vault into develop

Reviewed-on: unkinben/puppet-prod#226
This commit is contained in:
2024-05-26 00:38:55 +09:30
2 changed files with 7 additions and 11 deletions
@@ -16,11 +16,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'