Attila Magyar created KNOX-2748:
-----------------------------------

             Summary: HashicorpVaultAliasService getPasswordFromAliasForCluster 
looks incorrecct
                 Key: KNOX-2748
                 URL: https://issues.apache.org/jira/browse/KNOX-2748
             Project: Apache Knox
          Issue Type: Bug
            Reporter: Attila Magyar
            Assignee: Attila Magyar


{code}
  @Override
  public char[] getPasswordFromAliasForCluster(String clusterName, String 
alias, boolean generate) throws AliasServiceException {
    if(generate) {
      getPasswordFromAliasForCluster(clusterName, alias);
    }
    return getPasswordFromAliasForCluster(clusterName, alias); // this is just 
the same method as above
  }
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to