dubeejw commented on a change in pull request #2675: Added changes for classes
and variables casing to be get exported and can be used in other places
URL:
https://github.com/apache/incubator-openwhisk/pull/2675#discussion_r140061058
##########
File path: tools/cli/go-whisk/whisk/shared.go
##########
@@ -40,7 +40,10 @@ func (keyValueArr KeyValueArr) GetValue(key string) (res
interface{}) {
break;
}
}
-
+ /*
+ TODO this possibly prints passwords if passwords are kept as Parameters.
Review comment:
Address todo. Open an issue if fix isn't in this PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services