Description
Currently the AuthenticationFilter cannot be configured to use ZKDelegationTokenSecretManager and ZKSignerSecretProvider together if the Zookeeper is a kerberized cluster.
The zookeeper client requires certain configuration parameters to be set as SystemProperties (The issue has also been reported here). Thus if a single process needs to use both ZKDelegationTokenSecretManager and ZKSignerSecretProvider then it should use the same client.