lahirujayathilake opened a new issue, #536: URL: https://github.com/apache/airavata-custos/issues/536
The method used to look up a cluster user takes its parameters in an order that does not match what its name suggests. This is easy to get wrong at call sites, and already caused a real bug where the arguments were passed in the wrong order (#535). Rename the method or reorder its parameters so the name and the parameter order line up, then update every caller. Best done after #535 lands. ### Acceptance - The method name and its parameter order are consistent, and all callers are updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
