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 2023/01/18 09:27:00 UTC

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

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

Attila Magyar reassigned KNOX-2748:
-----------------------------------

    Assignee: Marton Balázs  (was: Attila Magyar)

> 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: Marton Balázs
>            Priority: Major
>
> {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.10#820010)