SecretManagement.Warden

1.1.1

Bitwarden/Vaultwarden extension for the PowerShell SecretManager allowing you to Get, Set, and Remove secrets in a standardized way. Supports storing and retrieving PowerShell Objects as secrets. Can be used for automated secret retrieval/management.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name SecretManagement.Warden -RequiredVersion 1.1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name SecretManagement.Warden -Version 1.1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

© 2024 Industrial Info Resources, Inc. All rights reserved.

Package Details

Author(s)

  • William P. Marshall

Tags

SecretManagement Secrets BitWarden Vaultwarden MacOS Linux Windows

PSEditions

Core

Dependencies

Release Notes

### Changes
- Warning added for bw.exe versions 2024.6.1 & 2024.7.0. These versions have issues with the unlock command.
- Processor architecture requirement was dropped. When it was added, the CLI was only available for AMD64
 processors.  Bitwarden has since released an ARM64 version available via NPM.
- When a Get-Secret command fails due to multiple results, those results are now gathered via a bw list command
 instead of a bw get loop.  Vastly improves performance and reduces hangtime.
### Bugfixes
- winget-installed bw.exe version check now supports both machine and user scoped installs.
- Get-Secret secure note functionality works again. Broken by a plurality typo.
- Set-Secret secure note functionality works again. It now uses AdditionalParameters properties instead of
 missing variables.
- Set-Secret can edit secrets now.
   - Extant secrets were not being converted from JSON for processing.
   - The ItemType in secrets beign edited wasn't being mapped to the BitwardenItemType enum.
- Set-Secret no longer throws an error when using a string or secure string input to create a login.  Caused by typo.

FileList

Version History

Version Downloads Last updated
1.1.5.1 2,075 9/25/2024
1.1.5 7 9/25/2024
1.1.4 441 9/5/2024
1.1.3 63 9/4/2024
1.1.2 196 8/29/2024
1.1.1 (current version) 576 7/17/2024
1.1.0 45 4/18/2024
1.0.2 41 1/12/2024
1.0.1 32 9/29/2023
Show less