You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (Jira)" <ji...@apache.org> on 2019/11/27 01:39:00 UTC

[jira] [Updated] (KNOX-1852) Simplify ZookeeperRemoteAliasService and make it generic

     [ https://issues.apache.org/jira/browse/KNOX-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Larry McCay updated KNOX-1852:
------------------------------
    Fix Version/s:     (was: 1.4.0)
                   1.5.0

> Simplify ZookeeperRemoteAliasService and make it generic
> --------------------------------------------------------
>
>                 Key: KNOX-1852
>                 URL: https://issues.apache.org/jira/browse/KNOX-1852
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Sandeep More
>            Priority: Major
>             Fix For: 1.5.0
>
>
> 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.{color:#ffc66d}ensureEntry{color}() logic
>  ## {color:#9876aa}AUTHENTICATED_USERS_ALL{color}
>  ## {color:#9876aa}TYPE{color}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)