-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
bugThe issue is a bug.The issue is a bug.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhacktoberfestSee https://hacktoberfest.digitalocean.com/See https://hacktoberfest.digitalocean.com/help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Description
Problem description
Even if it would work, we should not return an actual password for the credential object for security concerns.
Verbose logs
n/a
DSC configuration
n/aSuggested solution
We should return $null here for the credential object.
WebAdministrationDsc/source/DSCResources/DSC_WebAppPool/DSC_WebAppPool.psm1
Lines 270 to 271 in 5dc27ec
| UserName = [String]$appPool.processModel.userName | |
| Password = [String]$appPool.processModel.password |
Operating system the target node is running
n/a
PowerShell version and build the target node is running
n/a
WebAdministrationDsc version
n/a
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug.The issue is a bug.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhacktoberfestSee https://hacktoberfest.digitalocean.com/See https://hacktoberfest.digitalocean.com/help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.