Skip to content

Commit

Permalink
add docs on custom auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Apr 28, 2018
1 parent 7b73ab1 commit bcac2e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ This will result in all basic auth options above being ignored, and the plugin w
Authorization: Bearer <token>
```

If you require a custom header to be used for passing the token, you can the following env var:
```
$ export HELM_REPO_AUTH_HEADER="<myheader>"
```

This will then be used in place of `Authorization: Bearer`:
```
<myheader>: <token>
```


## Custom Downloader
This plugin also defines the `cm://` protocol that you may specify when adding a repo:
```
Expand Down

0 comments on commit bcac2e8

Please sign in to comment.