SecretManagement.Warden

1.1.5

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

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

Install-PSResource -Name SecretManagement.Warden -Version 1.1.5

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

## Code Changes
- Moved version checks to the new Test-CLIVersion function so it can be tested.
- Warnings are now localized to: Czech, German, Greek, French, and Spanish via machine translation.
 Files at: 'SecretManagement.Warden.Extension\private\localization\<ISO639-code>\Test-CLIVersion.psd1'
## Testing
- GitHub workflow folder renamed from workflow to workflow*s*. 🤦🏻‍♂️
- Limited code coverage to Linux runs to avoid clutter.
- Testing added for Test-CLIVersion.ps1.
 - Testing for querying the various package managers is included where they're faster.
 - Testing for querying bw directly included for both directly specified instances and other package managers.
## Documentation
- Corrected code comments and help for ConvertTo-Hashtable.
- Added PSScriptAnalyzer badge to README.md.
- Improved badge styling consistency.
- Tweaked the Dependencies portion of the README to be more concise and include Homebrew.

FileList

Version History

Version Downloads Last updated
1.1.5.1 2,075 9/25/2024
1.1.5 (current version) 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 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