Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove fixed server type check in kerberos client (apache#4758)
## Motivation Currently, In Pulsar Kerberos authentication, The server type part of pulsar node principle is hard coded as "broker" and "proxy". The expected principle for pulsar nodes would be like "broker/[email protected]" or "proxy/[email protected]". But some times, user may want to re-use existing principle like "u-service/[email protected]", to test and play around, then "u-service" will not match service type of "broker" or "proxy", and the authentication will be rejected. This change is to remove the check of "broker" or "proxy" service type check. ## Modifaction Remove the check of "broker" or "proxy" service type check.
- Loading branch information