Skip to content

Commit

Permalink
test(proxy): add missing args to proxy expectations (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 5, 2024
1 parent 28f6976 commit 5a7c4c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/test/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 5a7c4c3

Please sign in to comment.