You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Attila Magyar (Jira)" <ji...@apache.org> on 2022/05/20 14:28:00 UTC

[jira] [Created] (KNOX-2748) HashicorpVaultAliasService getPasswordFromAliasForCluster looks incorrecct

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)