Don Hunt

Results 8 comments of Don Hunt

I am using the VMware_desktop provisioner rather than VirtualBox, so this comment may not be applicable to those of you using VirtualBox. In my Vagrantfile, when I use the syntax...

**Glob Pattern strings need to be single quoted before passing to native cmd** I am working on GitHub CLI and need to have an input parameter single quoted since it...

I have seen an error similar to this one when I responded to a password entry dialog box by pressing the cancel button several times. You obviously had the KeyChain...

@TheBigBear - There is an incorrect conditional test in Test-SecretVault for creating the keychain db file. Thanks for posting this issue. Since I wrote that conditional test, I'll submit a...

Microsoft.PowerShell.SecretManagement module handles the Register-SecretVault and Unregister-SecretVault commands and stores the vault details in the file under your MacOS home directory. `(~/.secretmanagement/secretvaultregistry/vaultinfo)`. The KeyChain extension does not get involved in...

@SydneyhSmith @JustinGrote Issue #95 can be reproduced by the SecretManagement module after two secrets are added to an extension vault and the secret names differ ONLY in case. Notice that...

@SydneyhSmith - I was testing a development version of SecretManagement.KeyChain where case sensitive secret names were allowed. SecretStore treats secret names in a case insensitive manner. It will overwrite an...

@SydneyhSmith Please read the [Clobber and Case Sensitive Secret Names Note](https://learn.microsoft.com/en-us/powershell/utility-modules/secretmanagement/get-started/using-secretstore?view=ps-modules#notes) that was generated by my Microsoft Docs issue on this topic. Looking at the detailed error message content and...