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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user