Skip to content

Commit

Permalink
Merge pull request #29172 from sandipanpanda/kub-web-fix-issue29139
Browse files Browse the repository at this point in the history
Update token authentication file (#29139)
  • Loading branch information
k8s-ci-robot authored Jul 30, 2021
2 parents 575bd04 + 4915d21 commit 89c6cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ If you want to use bootstrap tokens, you must enable it on kube-apiserver with t

#### Token authentication file

kube-apiserver has an ability to accept tokens as authentication.
kube-apiserver has the ability to accept tokens as authentication.
These tokens are arbitrary but should represent at least 128 bits of entropy derived
from a secure random number generator (such as `/dev/urandom` on most modern Linux
systems). There are multiple ways you can generate a token. For example:
Expand Down

0 comments on commit 89c6cff

Please sign in to comment.