[ 
https://issues.apache.org/jira/browse/KNOX-2748?focusedWorklogId=840260&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840260
 ]

ASF GitHub Bot logged work on KNOX-2748:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Jan/23 12:14
            Start Date: 19/Jan/23 12:14
    Worklog Time Spent: 10m 
      Work Description: MrtnBalazs merged PR #716:
URL: https://github.com/apache/knox/pull/716




Issue Time Tracking
-------------------

    Worklog Id:     (was: 840260)
    Time Spent: 50m  (was: 40m)

> 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
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {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)

Reply via email to