feat(vault): add port 8200 listener, consul SANs, consul service_registration
- Add SAN altnames vault.service.consul and vault.query.consul to cert - Add vault-direct HTTPS listener on port 8200 (TLS terminate, same cert) - Add vault-consul HTTPRoute binding consul DNS names to port 8200 listener - Add vault-direct port 8200 entrypoint to traefik-internal - Switch service_registration from kubernetes to consul (consul-server.consul.svc.cluster.local:8500)
This commit is contained in:
@@ -40,7 +40,9 @@ server:
|
||||
}
|
||||
}
|
||||
|
||||
service_registration "kubernetes" {}
|
||||
service_registration "consul" {
|
||||
address = "consul-server.consul.svc.cluster.local:8500"
|
||||
}
|
||||
|
||||
dataStorage:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user