mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Merge pull request #12475 from ae6rt/issue/12473
issue 12473 Fix minor typo in authentication.md around base64 encodin…
This commit is contained in:
commit
d3b8dbe7a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user