Description
In RemoteAliasService#getPasswordFromAliasForCluster(String clusterName, String givenAlias, boolean generate), the local alias value is checked before the remote value.
I think we should be preferring the remote value, in case this method is invoked during a window of time between the remote registry being modified and the gateway listener responding to that change. Eventually, the two should be the same, but there is the potential for them to differ for some period of time.
Attachments
Issue Links
- relates to
-
KNOX-1187 Distributed Alias Service
- Closed