Skip to content
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

Masking secrets (even if not used) interferes with the prompt #78

Open
sayedihashimi opened this issue Apr 2, 2016 · 0 comments
Open
Labels

Comments

@sayedihashimi
Copy link
Member

When masking secrets is enabled (default today) it messes up the PowerShell prompt. It's pretty invasive actually and we should change the default in a better way because of this.

sayedihashimi added a commit that referenced this issue Apr 2, 2016
Due to #78 and #79 it not a good idea to override the built in ps
functions in the way that we are now. I've modified how secrets are
masked. Currently secrets will always be masked. The implementation is not
quite as safe as the previous because previoulsy psbuild was overriding
commands like write-host, write-output, etc to mask secrets. That had
issues where the prompt was getting modified. Instead of that I've updated
calls that can cause output to call Get-FilteredString instead. Including
masking any exception messages. I'm pretty confident that secrets are
still being masked correctly including in log files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant