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

Mark windows_sysprep_text as sensitive #802

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

kvonbredow
Copy link

In a sysprep file it is fairly common to include passwords as part of the setup. Our particular use case is during the domain joining step, though specifying an administrator password is another common case. It seems that Microsoft's official guidance on "hiding" this sensitive data is simply base64 encoding it which obviously is not truly protecting this information. The PR simply marks the field as sensitive so that any passwords in the file will not be revealed during the plan phase.

@ghost ghost added the size/xs Relative Sizing: Extra-Small label Jun 27, 2019
@kvonbredow
Copy link
Author

Hey @bill-rich, just curious if there were any concerns in getting this merged before the next release

Copy link
Contributor

@bill-rich bill-rich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bill-rich bill-rich merged commit 163f92b into hashicorp:master Aug 21, 2019
@ghost ghost locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/xs Relative Sizing: Extra-Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants