Merge pull request #29172 from sandipanpanda/kub-web-fix-issue29139

Update token authentication file (#29139)
This commit is contained in:
Kubernetes Prow Robot
2021-07-30 14:59:37 -07:00
committed by GitHub
@@ -167,7 +167,7 @@ If you want to use bootstrap tokens, you must enable it on kube-apiserver with t
#### Token authentication file #### 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 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 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: systems). There are multiple ways you can generate a token. For example: