Skip to content

Commit

Permalink
issue 12473 Fix minor typo in authentication.md around base64 encodin…
Browse files Browse the repository at this point in the history
…g in the HTTP Authorization header
  • Loading branch information
ae6rt committed Aug 10, 2015
1 parent e034712 commit 105ace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The basic auth file format is implemented in `plugin/pkg/auth/authenticator/pass
and is a csv file with 3 columns: password, user name, user id.

When using basic authentication from an http client, the apiserver expects an `Authorization` header
with a value of `Basic BASE64ENCODEDUSER:PASSWORD`.
with a value of `Basic BASE64ENCODED(USER:PASSWORD)`.

## Plugin Development

Expand Down

0 comments on commit 105ace0

Please sign in to comment.