Ensure that the --anonymous-auth argument is set to false (API Server)
Disable anonymous requests to the API server.When enabled, requests that are not rejected by other configured authentication methods are treated as anonymous requests. These requests are then served by the API server. You should rely on authentication to authorize access and disallow anonymous requests.
Updated 7 months ago