envoy icon indicating copy to clipboard operation
envoy copied to clipboard

[DO NOT CLOSE] Typo error found during the translation

Open majinghe opened this issue 5 years ago • 2 comments

This issue is used to record the typo error found during the translation, once the translation is done, will open an issue to upstream community to confirm.

  • File docs/root/configuration/upstream/cluster_manager/cluster_runtime.rst Screen Shot 2020-12-16 at 10 19 40 AM

  • File docs/root/install/building.rst Screen Shot 2020-12-16 at 10 23 45 AM

  • File docs/root/configuration/security/secret.rst

Upstream clusters are handled in a similar way, if a cluster client certificate needs to be fetched by SDS remotely, it will NOT be marked as active and it will not be used before the certificates are fetched. If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as active, it can be used to handle the requests, but the requests routed to that cluster will be rejected.

If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as active should be If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as NOT active?

majinghe avatar Dec 16 '20 02:12 majinghe

File docs/root/configuration/http/http_filters/jwt_authn_filter.rst 58行:

The *provider_name* must be unique, it is referred in the `JwtRequirement <envoy_v3_api_msg_extensions.filters.http.jwt_authn.v3.JwtRequirement>` in its *provider_name* field.
should be
The *provider_name* must be unique, it is referred in the :ref:`JwtRequirement <envoy_v3_api_msg_extensions.filters.http.jwt_authn.v3.JwtRequirement>` in its *provider_name* field.

miss a :ref:

WisWang avatar Jan 12 '21 05:01 WisWang

File docs/root/configuration/http/http_conn_man/response_code_details.rst line 41 and line 42 is duplicated,

41: response_payload_too_large, Envoy is doing non-streaming proxying and the response payload exceeded configured limits. 42: response_payload_too_large, Envoy is doing non-streaming proxying and the response payload exceeded configured limits.

please delete one line.

Edward-Gavin avatar Feb 05 '21 14:02 Edward-Gavin