From 4061d73d096216358d501b5b48b3029917f45821 Mon Sep 17 00:00:00 2001 From: Matthew Felgate Date: Wed, 11 Oct 2023 16:02:07 -0400 Subject: [PATCH] Force no_proxy in non-proxy authn_k8s cucumber tests --- .../authenticators_k8s/dev/dev_conjur.template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/test_suites/authenticators_k8s/dev/dev_conjur.template.yaml b/ci/test_suites/authenticators_k8s/dev/dev_conjur.template.yaml index 67d586418d..24594a9a43 100644 --- a/ci/test_suites/authenticators_k8s/dev/dev_conjur.template.yaml +++ b/ci/test_suites/authenticators_k8s/dev/dev_conjur.template.yaml @@ -86,6 +86,12 @@ spec: name: conjur command: ["conjurctl", "server"] env: + - name: KUBERNETES_SERVICE_HOST + value: kubernetes.default.svc + - name: https_proxy + value: 'http://nonexistent_proxy.local' + - name: NO_PROXY + value: kubernetes.default.svc - name: DATABASE_URL value: postgres://postgres@postgres:5432/postgres - name: CONJUR_ADMIN_PASSWORD