From e378cb410c4ce1f0d25be64f1e963d42e1c7c004 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 17 Jan 2020 17:30:07 +0100 Subject: [PATCH] Update supported providers list. --- docs/content/providers/overview.md | 20 ++++++++++++-------- docs/content/routing/entrypoints.md | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/content/providers/overview.md b/docs/content/providers/overview.md index 8fedf55de..71b4d974f 100644 --- a/docs/content/providers/overview.md +++ b/docs/content/providers/overview.md @@ -26,14 +26,18 @@ Even if each provider is different, we can categorize them in four groups: Below is the list of the currently supported providers in Traefik. -| Provider | Type | Configuration Type | -|---------------------------------------|--------------|--------------------| -| [Docker](./docker.md) | Orchestrator | Label | -| [Kubernetes](./kubernetes-crd.md) | Orchestrator | Custom Resource | -| [Consul Catalog](./consul-catalog.md) | Orchestrator | Label | -| [Marathon](./marathon.md) | Orchestrator | Label | -| [Rancher](./rancher.md) | Orchestrator | Label | -| [File](./file.md) | Manual | TOML/YAML format | +| Provider | Type | Configuration Type | +|---------------------------------------|--------------|----------------------------| +| [Docker](./docker.md) | Orchestrator | Label | +| [Kubernetes](./kubernetes-crd.md) | Orchestrator | Custom Resource or Ingress | +| [Consul Catalog](./consul-catalog.md) | Orchestrator | Label | +| [Marathon](./marathon.md) | Orchestrator | Label | +| [Rancher](./rancher.md) | Orchestrator | Label | +| [File](./file.md) | Manual | TOML/YAML format | +| [Consul](./consul.md) | KV | KV | +| [etcd](./etcd.md) | KV | KV | +| [Redis](./redis.md) | KV | KV | +| [ZooKeeper](./zookeeper.md) | KV | KV | !!! info "More Providers" diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index 41e824f96..5dc32cd8c 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -133,7 +133,7 @@ You can define them using a toml file, CLI arguments, or a key-value store. --entryPoints.name.forwardedHeaders.trustedIPs=127.0.0.1,192.168.0.1 ``` -### Forwarded Header +### Forwarded Headers You can configure Traefik to trust the forwarded headers information (`X-Forwarded-*`).