Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michellen/secure-chart-repo
- Owner: michelleN
- Created: 2018-02-06T22:44:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T02:20:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T15:41:24.995Z (3 months ago)
- Topics: helm, kubernetes-helm
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😏