SecretManagement.Hashicorp.Vault.KV
SecretManagement.Hashicorp.Vault.KV copied to clipboard
A PowerShell SecretManagement extension for Hashicorp Vault Key Value Engine
Hello. How to troubleshoot Test-SecretVault issue? We're using server-side Vault HashiCorp and client-side as your module. Register-SecretVault -ModuleName SecretManagement.Hashicorp.Vault.KV -Name 'xxx/yyy' -VaultParameters @{ VaultServer = 'https://server:8200'; VaultAuthType = 'LDAP'} What...
Added Login parameter to AdditionalParameters. If Login is found when invoking Unlock-SecretVault with a supplied [SecureString]Password, a credential object is created to authenticate. If no Login supplied, existing Read-Host functionality...
**Is your feature request related to a problem? Please describe.** I'd like to use this module in an automation project which requires the vault to be unlocked unattended, without user...
**Describe the bug** With a vault-token in the configuration for the vault, all commands fail when trying to create a variable that already exist. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** Hi. We're using github tokens to authenticate with vault. I have an old power-shell script that does the following: ```ps1...
**Describe the bug** When running Unregister-SecretVault, "SecretManagement.Hashicorp.Vault.KV" is prompting for vault parameters just as when "Register-SecretVault" is run. This is not needed when Unregistering and seems like a bug. **To...
Maybe something like this. https://github.com/potatoqualitee/releases/blob/main/.github/workflows/dbatools.yml
Need to create unit and integration testing. This might require some research into an automated setup for vault in container so that we can run test cases.