PowerShell / SecretStore

MIT License
155 stars 23 forks source link

Set-SecretStoreConfiguration doesn't properly support Confirm:$false #88

Open montereyharris opened 2 years ago

montereyharris commented 2 years ago

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

montereyharris commented 2 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

PaulHigin commented 2 years ago

I am unable to repro this. What version of SecretStore are you using? What do you get when you run Get-SecretStoreConfiguration afterwards?

blackram commented 1 year ago

What a disappointing project.

SydneyhSmith commented 1 year ago

I cannot reproduce this issue either, let me know if you are still hitting it and what you are seeing?