From e3fb33b40d8be1746175a727ff0a333496eb048e Mon Sep 17 00:00:00 2001 From: Vadim Eisenberg Date: Tue, 24 Sep 2019 17:45:32 +0300 Subject: [PATCH 1/2] manual merge of https://github.com/istio/istio.io/pull/5025 --- .../egress/egress-gateway-tls-origination/index.md | 2 ++ .../tasks/traffic-management/egress/egress-gateway/index.md | 6 ++++-- .../egress/egress_sni_monitoring_and_policies/index.md | 2 ++ .../tasks/traffic-management/egress/http-proxy/index.md | 2 ++ .../egress/wildcard-egress-hosts/index.md | 2 ++ 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md index 8a89f0c0275e8..ff77c32de45c3 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md @@ -45,6 +45,8 @@ traffic to external services. * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). +* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) + ## Perform TLS origination with an egress gateway This section describes how to perform the same TLS origination as in the diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md index c4b0f98aac691..4d544b825c3fa 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md @@ -37,6 +37,8 @@ controlled way. {{< boilerplate before-you-begin-egress >}} +* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) + ## Deploy Istio egress gateway 1. Check if the Istio egress gateway is deployed: @@ -310,7 +312,7 @@ You need to specify port 443 with protocol `TLS` in a corresponding `ServiceEntr EOF {{< /text >}} -1. Verify that your `ServiceEntry` was applied correctly by sending an HTTPS request to [http://edition.cnn.com/politics](https://edition.cnn.com/politics). +1. Verify that your `ServiceEntry` was applied correctly by sending an HTTPS request to [https://edition.cnn.com/politics](https://edition.cnn.com/politics). {{< text bash >}} $ kubectl exec -it $SOURCE_POD -c sleep -- curl -sL -o /dev/null -D - https://edition.cnn.com/politics @@ -482,7 +484,7 @@ You need to specify port 443 with protocol `TLS` in a corresponding `ServiceEntr {{< /tabset >}} -1. Send an HTTPS request to [http://edition.cnn.com/politics](https://edition.cnn.com/politics). +1. Send an HTTPS request to [https://edition.cnn.com/politics](https://edition.cnn.com/politics). The output should be the same as before. {{< text bash >}} diff --git a/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md b/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md index 039ee258c55e5..a211292eaf0ca 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md @@ -15,6 +15,8 @@ example extends that example to show how to configure SNI monitoring and apply p * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). +* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) + * Configure traffic to `*.wikipedia.org` by following [the steps](/docs/tasks/traffic-management/egress/wildcard-egress-hosts/#wildcard-configuration-for-arbitrary-domains) in [Configure Egress Traffic using Wildcard Hosts](/docs/tasks/traffic-management/egress/wildcard-egress-hosts/) example, diff --git a/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md b/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md index ec8cc3b81c774..189b9e1ed45c7 100644 --- a/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md +++ b/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md @@ -18,6 +18,8 @@ services. {{< boilerplate before-you-begin-egress >}} +* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) + ## Deploy an HTTPS proxy To simulate a legacy proxy and only for this example, you deploy an HTTPS proxy inside your cluster. diff --git a/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md b/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md index 50f18cc12d573..d82122ee1f820 100644 --- a/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md +++ b/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md @@ -25,6 +25,8 @@ without the need to specify every language's site separately. * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). +* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) + ## Configure direct traffic to a wildcard host The first, and simplest, way to access a set of hosts within a common domain is by configuring From 58e66e3a99be3dd4e4ca295dba230f716498f5ed Mon Sep 17 00:00:00 2001 From: Vadim Eisenberg Date: Sun, 6 Oct 2019 17:23:26 +0300 Subject: [PATCH 2/2] fix link to Envoy's access logging --- .../egress/egress-gateway-tls-origination/index.md | 2 +- .../tasks/traffic-management/egress/egress-gateway/index.md | 2 +- .../egress/egress_sni_monitoring_and_policies/index.md | 2 +- .../en/docs/tasks/traffic-management/egress/http-proxy/index.md | 2 +- .../traffic-management/egress/wildcard-egress-hosts/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md index ff77c32de45c3..f87c036c285d3 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md @@ -45,7 +45,7 @@ traffic to external services. * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). -* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) +* [Enable Envoy’s access logging](/docs/tasks/telemetry/logs/access-log/#enable-envoy-s-access-logging) ## Perform TLS origination with an egress gateway diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md index 8796fac3856d6..b19be9818a4a5 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md @@ -37,7 +37,7 @@ controlled way. {{< boilerplate before-you-begin-egress >}} -* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) +* [Enable Envoy’s access logging](/docs/tasks/telemetry/logs/access-log/#enable-envoy-s-access-logging) ## Deploy Istio egress gateway diff --git a/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md b/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md index a211292eaf0ca..8f891252d726e 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md @@ -15,7 +15,7 @@ example extends that example to show how to configure SNI monitoring and apply p * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). -* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) +* [Enable Envoy’s access logging](/docs/tasks/telemetry/logs/access-log/#enable-envoy-s-access-logging) * Configure traffic to `*.wikipedia.org` by following [the steps](/docs/tasks/traffic-management/egress/wildcard-egress-hosts/#wildcard-configuration-for-arbitrary-domains) in diff --git a/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md b/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md index 189b9e1ed45c7..2e5b4d56b0ef6 100644 --- a/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md +++ b/content/en/docs/tasks/traffic-management/egress/http-proxy/index.md @@ -18,7 +18,7 @@ services. {{< boilerplate before-you-begin-egress >}} -* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) +* [Enable Envoy’s access logging](/docs/tasks/telemetry/logs/access-log/#enable-envoy-s-access-logging) ## Deploy an HTTPS proxy diff --git a/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md b/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md index ed9111f55b244..077c6340c4b47 100644 --- a/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md +++ b/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md @@ -25,7 +25,7 @@ without the need to specify every language's site separately. * [Deploy Istio egress gateway](/docs/tasks/traffic-management/egress/egress-gateway/#deploy-istio-egress-gateway). -* [Enable Envoy’s access logging](/docs/tasks/observability/logs/access-log/#enable-envoy-s-access-logging) +* [Enable Envoy’s access logging](/docs/tasks/telemetry/logs/access-log/#enable-envoy-s-access-logging) ## Configure direct traffic to a wildcard host