No, If you are interested in Kerberos authentication, implementing the basic authentication is not required. The user name in the authorizer has to match the full principal string in your basic authorizer setup.
Once I enable the kerberos authenticator with the default authorizer, the Druid Console is showing a lot of 403 Unauthorized errors in the panels.
I tried to look into the logs and couldn’t find anything that would give me a hint of what was happening.
When opening the browser console I see the following error (which is also logged in the router logs)
Failed to load resource: the server responded with a status of 403 (org.apache.hadoop.security.authentication.util.SignerException: Invalid signed text:)
``
Do you have any idea what might be missing in the config,
The authentication with the principal works fine, the authorisation part is the one that is failing.