Commit 105ace03 authored by Mark Petrovic's avatar Mark Petrovic

issue 12473 Fix minor typo in authentication.md around base64 encoding in the…

issue 12473 Fix minor typo in authentication.md around base64 encoding in the HTTP Authorization header
parent e0347124
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment