You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gyuho probably providing a nop auth token provider would be valuable because the stateful nature of simple token provides complexity and the jwt token requires keys for signing and verifying even if it isn't used. The nop token provider will be useful for deployments where CN based authentication is used.
Compare kubernetes/kubernetes#60299.
Without setting AuthToken in the server config struct, one gets:
Is this intentional?
The text was updated successfully, but these errors were encountered: