Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michellen/secure-chart-repo

example chart repository with basic auth for testing purposes
https://github.com/michellen/secure-chart-repo

helm kubernetes-helm

Last synced: about 1 month ago
JSON representation

example chart repository with basic auth for testing purposes

Awesome Lists containing this project

README

        

# secure-chart-repo
An example chart repository with basic auth enabled for testing purposes.

To fire things up:
```console
$ go build main.go
$ ./main charts/ "127.0.0.1:8879"
```

Username: user
Password: shhhh

... I know. Real secure 😏