vmware / powershell-module-for-vmware-cloud-foundation-power-management

PowerShell Module for VMware Cloud Foundation Power Management
https://vmware.github.io/powershell-module-for-vmware-cloud-foundation-power-management/
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Add support for use of secure strings for sensitive parameters #72

Closed Ashwini-Ravi closed 1 year ago

Ashwini-Ravi commented 1 year ago

Code of Conduct

Description

For example: if one runs Stop-CloudComponent with no input one is prompted for:

server: user: password:

The password value should not be echo'd back to the screen in plaintext

Use Case(s)

A user may not want to reveal sensitive credentials during a screen sharing session.

Potential Configuration

Please consider the use of -AsSecureString when reading in the password interactively.

References

No response

github-actions[bot] commented 11 months ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.