-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide password in console logs #24
Comments
Can you show an example (with the password replaced of course)? |
|
Hm, problem is this is triggered by using the
One can disable its output completely (see https://docs.fastlane.tools/actions/sh/), but as far as I know its not possible to filter it. (To make sure: Can you show more context - a few lines before and after that command?) |
NFO [2018-02-17 01:00:53.24]: --------------------- Is there any other way how to pass alias and password so it can be read from a variable directly. This leads to showing sh command even if there is a problem. So running this tool on CI, doesn't make so much sense then if every developer see all passwords for deployment... |
Here is a sample of error: INFO [2018-02-17 01:00:54.31]: ▸ Error: Current working directory is not a Cordova-based project. |
Problem is that it has to be supplied to the Cordova command somehow - and inside the plugin and sub actions used it then would be possible to be output again as log or error. I think Cordova also accepts it via a build.json file - but you would have to either commit that to your repo then (where everyone can see it) or create the file via fastlane (where it probably could again leak out into the logs). Maybe someone else has a better idea how to simply solve this. |
Hello,
currently, this plugin display passwords while running
cordova
tasks. Is it possible to strip it out?Thank you!
Best regards,
Andrej
The text was updated successfully, but these errors were encountered: