forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.23] Update proxy repo SHA for release-1.23.2 (#139)
* [release-1.23] Update proxy repo SHA for release-1.23.2 Signed-off-by: Jackie Elliott <[email protected]> * Explicitly set internal addresses in Http Connection Manager when PILOT_SIDECAR_USE_REMOTE_ADDRESS is set to true for the sidecar. Signed-off-by: Jackie Elliott <[email protected]> * Add unit test for setting runtimeValues in envoy config Signed-off-by: Jackie Elliott <[email protected]> * Update SHA Signed-off-by: Jackie Elliott <[email protected]> * Make gen on explicit internal address golden Signed-off-by: Jackie Elliott <[email protected]> * Fix SHA Signed-off-by: Jackie Elliott <[email protected]> * Use httpOpts instead of features useRemoteAddress to ensure it is only set for outbound sidecars Signed-off-by: Jackie Elliott <[email protected]> --------- Signed-off-by: Jackie Elliott <[email protected]>
- Loading branch information
Showing
6 changed files
with
522 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config_path: "/etc/istio/proxy" | ||
binary_path: "/usr/local/bin/envoy" | ||
service_cluster: "istio-proxy" | ||
drain_duration: {seconds: 2} | ||
discovery_address: "istio-pilot:15010" | ||
proxy_admin_port: 15000 | ||
control_plane_auth_policy: NONE | ||
runtime_values: [{ key: "envoy.reloadable_features.explicit_internal_address_config" value: "true" }] | ||
|
||
# | ||
# This matches the default configuration hardcoded in model.DefaultProxyConfig | ||
# Flags may override this configuration, as specified by the injector configs. |
Oops, something went wrong.