From 562d8c1ce0a9305430f33063c4d805b5aad558b1 Mon Sep 17 00:00:00 2001 From: Jimmy Chen <28548492+JimmyCYJ@users.noreply.github.com> Date: Tue, 26 Feb 2019 20:05:22 -0800 Subject: [PATCH] Istio auth sds e2e (#12100) * use CredentialName for SIMPLE * cvc * rootca * update test. * update test * fix format * update gateway config * fix test * fix lint * fix test * add comments. * add nolint * update cvc * update * update * update * update * update * update * format * dep ensure --update istio.io/api * Revise per comments * Revise * lint * Marshal SDS call credential config using deterministic order * update * update * revise * add comment * update * Update validation * fix istio_auth_sds_e2e * fix TestRouteSNIViaEgressGateway/* --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 99c91f3cad74..e13ccddb0342 100644 --- a/Makefile +++ b/Makefile @@ -795,7 +795,10 @@ generate_e2e_test_yaml: $(HELM) $(HOME)/.helm istio-init.yaml --set global.mtls.enabled=true \ --set global.proxy.enableCoreDump=true \ --set istio_cni.enabled=${ENABLE_ISTIO_CNI} \ + --set gateways.istio-egressgateway.enabled=true \ + --set global.outboundTrafficPolicy.mode=REGISTRY_ONLY \ ${EXTRA_HELM_SETTINGS} \ + --values install/kubernetes/helm/istio/values-e2e.yaml \ --values install/kubernetes/helm/istio/values-istio-sds-auth.yaml \ install/kubernetes/helm/istio >> install/kubernetes/istio-auth-sds.yaml