From 5a7c4c33480070a3a7d3be8aa3336acc7afbc657 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Jun 2024 15:08:23 -0400 Subject: [PATCH] test(proxy): add missing args to proxy expectations (#845) --- internal/test/resources.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/test/resources.go b/internal/test/resources.go index 76d691b5..1f0e45b6 100644 --- a/internal/test/resources.go +++ b/internal/test/resources.go @@ -1671,6 +1671,9 @@ func (r *TestResources) NewAuthProxyArguments(authOptions *operatorv1beta2.Autho } args := []string{ + "--pass-access-token=false", + "--pass-user-bearer-token=false", + "--pass-basic-auth=false", "--upstream=http://localhost:8181/", "--upstream=http://localhost:3000/grafana/", "--upstream=http://localhost:8333/storage/",