Open montereyharris opened 3 years ago
I need to do this because I am using Secret Store as an obfuscation layer and dont have a need for a password
I am unable to repro this. What version of SecretStore are you using? What do you get when you run Get-SecretStoreConfiguration
afterwards?
What a disappointing project.
I cannot reproduce this issue either, let me know if you are still hitting it and what you are seeing?
Set-SecretStoreConfiguration doesn't properly support Confirm:$false. I am removing password from vault configuration and it wont successfully update the Secret Store configuration. The below code results in no error or change configuration.
Set-SecretStoreConfiguration -Authentication None -Confirm:$false