SecretManagement icon indicating copy to clipboard operation
SecretManagement copied to clipboard

PowerShell module to consistent usage of secrets through different extension vaults

Results 51 SecretManagement issues
Sort by recently updated
recently updated
newest added

Currently if an unhandled terminating exception occurs in Set-SecretInfo, it emits the following message: `Cannot set secret metadata PesterSecret2. Vault PESTER-MultipleEntries does not support secret metadata.` It should only emit...

documentation

I have upgraded PowerShell from 7.1.2 to 7.1.3 and noticed local secrets stored might have disappeared. Is it the expected behavior? What is the right procedure to upgrade PowerShell with...

EDIT: I forked in order to PR a README change, and spotted what I'd missed - d'oh! The correct commands are called out in README.md#L157 `FunctionsToExport = @('Set-Secret','Get-Secret','Remove-Secret','Get-SecretInfo','Test-SecretVault')` and with...

bug
documentation

Not sure if this is a bug or something I'm missing in the documentation. I want to store a plaintext secret. I _think_ I can do that base on the...

documentation

Test Snippet ``` Describe 'CSV Vault Demo' { BeforeAll { #First Import our Module $moduleRoot = Resolve-Path $PSScriptRoot/../Source $moduleManifest = Resolve-Path $moduleRoot/SecretManagement.CSV.psd1 $mocks = Resolve-Path $PSScriptRoot/Mocks $SingleEntryCSVPath = Resolve-Path $Mocks/SingleEntry.csv...

Needs-Repro-Info

Metadata does not appear in the psformat xml for `[SecretInformation]` and should be present to let users know that it is there. ![image](https://user-images.githubusercontent.com/15258962/109911225-854b3280-7c5e-11eb-901a-9b5ec6792f10.png)

Expected use : ![image](https://user-images.githubusercontent.com/4894452/111819586-cd19bd00-88e0-11eb-9834-93862cb0529d.png) Get-SecretVault return nothing. Now I delete the 'secretmanagement' directory ![image](https://user-images.githubusercontent.com/4894452/111819834-19fd9380-88e1-11eb-8cab-f1096b4578c4.png) ``` $PSVersionTable Name Value ---- ----- PSVersion 5.1.19041.610 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0, 5.0,...

bug

This isn't an issue or feature request but more of a discussion topic as we explore vault creation on various platforms. I'm finding that in certain scenarios that the concept...

I'm wondering if this is by design or a bug. I kind of like to have the ability to get the secrets without the password to the vault but if...

Resolution- Answered

Currently, if a secretvault emits a nonterminating error, it is emitted with the stacktrace of the inner module extension, which is very confusing to the user in order to determine...

Resolution- Answered