Add support for SecretManagement and SecretStore providers, enhance configuration data handling, and introduce new utility functions
This commit is contained in:
@@ -45,6 +45,10 @@ $KeePassProvider = @{
|
||||
}
|
||||
}
|
||||
|
||||
if($ProviderSettings.ContainsKey("MasterKey")){
|
||||
$CommandParameters["MasterKey"] = Resolve-ConfigurationDataProviderSecureString -Value $ProviderSettings.MasterKey
|
||||
}
|
||||
|
||||
if(-not $CommandParameters.ContainsKey("Title") -and -not $CommandParameters.ContainsKey("Path")){
|
||||
$CommandParameters["Title"] = $Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user