Skip to content

Commit

Permalink
Update token authentication file (#29139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipanpanda authored Jul 30, 2021
1 parent 575bd04 commit 4915d21
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 4915d21

Please sign in to comment.