Skip to content

v0.3.6

Compare
Choose a tag to compare
@phillebaba phillebaba released this 01 Mar 14:21
· 39 commits to main since this release
9562547
Support setting username of username and password (#21)

* Support setting username of username and password

Sometimes when using basic auth only the username will be set
while at other times botht the username and password is set.
The proxy should use the username as the token only when
the password component is not set. Otherwise it should
use the password to authenticate.

Update to Golang 1.16

* Bump chart version