We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefc719 commit 67ffc6fCopy full SHA for 67ffc6f
1 file changed
src/StorageGRID-Webscale.psm1
@@ -261,7 +261,7 @@ function ConvertTo-SgwConfigFile {
261
foreach ($Config in $Configs) {
262
if ([environment]::OSVersion.Platform -match "win") {
263
if ($Config.secure_password) {
264
- $secure_password = $Config.secure_password | ConvertFrom-SecureString
+ $secure_password = $Config.secure_password
265
}
266
elseif ($Config.password) {
267
$secure_password = ConvertTo-SecureString -String $Config.password -AsPlainText -Force | ConvertFrom-SecureString
0 commit comments