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

Feature Request - Request password in a secure way #3

Closed
surfrock66 opened this issue Apr 17, 2020 · 1 comment
Closed

Feature Request - Request password in a secure way #3

surfrock66 opened this issue Apr 17, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@surfrock66
Copy link

When you get a token and don't supply a password in the invocation script, it prompts you for a password. At this time, that password is displayed in the powershell window in plain text. In New-GuacToken.ps1, you should consider making password a non-required parameter, and instead doing an if-check on it as a param. If it's not passed, request it as a secure string with
Read-Host "Enter Password" -AsSecureString
or something like that.

@UpperM UpperM self-assigned this Apr 26, 2020
@UpperM UpperM added the enhancement New feature or request label Apr 26, 2020
UpperM added a commit that referenced this issue May 23, 2020
@UpperM
Copy link
Owner

UpperM commented May 23, 2020

Hi @surfrock66
Done in commit d917214

@UpperM UpperM closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants