From bcac2e8738dccc081e8c1fc6cc420ee59d6b8129 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Sat, 28 Apr 2018 16:47:50 -0500 Subject: [PATCH] add docs on custom auth header --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c4db332..4d7ca5f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,17 @@ This will result in all basic auth options above being ignored, and the plugin w Authorization: Bearer ``` +If you require a custom header to be used for passing the token, you can the following env var: +``` +$ export HELM_REPO_AUTH_HEADER="" +``` + +This will then be used in place of `Authorization: Bearer`: +``` +: +``` + + ## Custom Downloader This plugin also defines the `cm://` protocol that you may specify when adding a repo: ```