Description
ZookeeperRemoteAliasService class can be made more generic to support future implementations of AliasService that depend on RemoteConfigurationRegistryClient class. Currently, we only have Zookeeper implementation. The purpose of this Jira is to document the following two enhancements to ZookeeperRemoteAliasService class to make it more generic:
- Change the name to something more generic
- Move the Zookeeper specific implementation to the class that implements RemoteConfigurationRegistryClient, CuratorClientService in case of Zookeeper service. As an example.
- ZookeeperRemoteAliasService.ensureEntry() logic
- AUTHENTICATED_USERS_ALL
- TYPE
This will be helpful when we decide to implement support for services like consul.
This is a result of offline discussion with pzampino@apache.org about KNOX-1851.
Attachments
Issue Links
- relates to
-
KNOX-1851 NPE on startup when Zookeeper Remote Alias Service is configured
- Closed