Skip to content

Commit

Permalink
Force no_proxy in non-proxy authn_k8s cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Felgate authored and telday committed Oct 12, 2023
1 parent 68c871d commit 4061d73
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4061d73

Please sign in to comment.