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

Protect PS script parameters containing sensitive information #278

Closed
skeeler opened this issue May 9, 2022 · 0 comments · Fixed by #280 or #281
Closed

Protect PS script parameters containing sensitive information #278

skeeler opened this issue May 9, 2022 · 0 comments · Fixed by #280 or #281
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@skeeler
Copy link
Contributor

skeeler commented May 9, 2022

Improve security in PowerShell scripts by using SecureString for the following parameters:

  • $LoginServicePrincipalJson
  • $NvaUsername
  • $NvaPassword

Along with these PS script changes, we will need to update the calling workflows to ensure the correct value types are passed.

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
2 participants