From 9efc76d08d1a4f087056abfefe6dd8dc6c6483b1 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Sat, 25 Aug 2018 14:48:40 -0500 Subject: [PATCH] Add note on auth-server-example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29acbe7..111a654 100644 --- a/README.md +++ b/README.md @@ -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=""