Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 244 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 244 Bytes

secure-chart-repo

An example chart repository with basic auth enabled for testing purposes.

To fire things up:

$ go build main.go
$ ./main charts/ "127.0.0.1:8879"

Username: user Password: shhhh

... I know. Real secure 😏