Skip to content

Commit

Permalink
Add note on auth-server-example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Aug 25, 2018
1 parent 14a2dfb commit 9efc76d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ $ export HELM_REPO_PASSWORD="mypass"
With this setup, you can enable people to use your repo for installing charts etc. without allowing them to upload to it.

### Token

*ChartMuseum token-auth is currently in progress. Pleasee see [auth-server-example](https://github.com/chartmuseum/auth-server-example) for more info.*

Although ChartMuseum server does not define or accept a token format (yet), if you are running it behind a proxy that accepts access tokens, you can provide the following env var:
```
$ export HELM_REPO_ACCESS_TOKEN="<token>"
Expand Down

0 comments on commit 9efc76d

Please sign in to comment.