SecretManagement.Warden

1.1.4

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.4

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

Install-PSResource -Name SecretManagement.Warden -Version 1.1.4

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
- Replaced System.DirectoryServices exception types with System.Management.Automation ones. The former were only available on Windows.
- Updated Get-Secret's invalid BitwardenItemType error message text.
- Version check for explicitly defined Bitwarden CLIs will now query the CLI for its version if the file version would fail the check.
## Testing
- GitHub workflow to run Pester tests on Windows, Linux, and MacOS is now working.
- Added tests:
 - Ensure Get-CacheLocation returns the correct filename.
 - Ensuring Get-Secret throws errors when appropriate.
 - ConvertTo-Hashtable is now has tests for parameter-supplied data.
## Documentation
- Added test results badge to README.
- Added PSGallery Downloads badge to README.

FileList

Version History

Version Downloads Last updated
1.1.5.1 2,214 9/25/2024
1.1.5 7 9/25/2024
1.1.4 (current version) 441 9/5/2024
1.1.3 63 9/4/2024
1.1.2 196 8/29/2024
1.1.1 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 more