AlexeiKlimenko

Results 13 comments of AlexeiKlimenko

It doesn't work at the moment: go get -d go: errors parsing go.mod: /filedrop/filedrop-1.0.6/go.mod:5: invalid module version bitbucket.org/zombiezen/webapp: https://api.bitbucket.org/2.0/repositories/zombiezen/webapp?fields=scm: 404 Not Found make: *** [Makefile:47: filedrop] Error 1 How to...

Hello. Have you resolve this issue? Also trying to find out clear installation process.

Thank you, as server we're using Vault 1.5.5. To be frank, we were trying various collection of NAME and Vault, but nothing working. We are not able to determine the...

Yes.,we'have tested with 'userpass'/'token' and default (in our case) 'LDAP' With -verbose key we just received: Test-SecretVault: Unable to run Test-SecretVault on vault personal VERBOSE: Vault personal failed validation test...

"What version of Secret Management module are you using" We're trying both - v2 and v1, but result was the same. "Test-SecretVault" It prompts token pass (if we've specified VaultAuthType...

We're also using `Microsoft.PowerShell.SecretManagement` 1.1.1 and `SecretManagement.Hashicorp.Vault.KV` 2.0.0 But Get-Secret and Test-SecretVault were failed with userpass/LDAP. The main difference, that we're using https instead of http as VaultServer. Could it...

Good day. Got back to "SecretManagement.Hashicorp.Vault.KV" version 2.0 Try to register vaults with different types of auth: Register-SecretVault -ModuleName SecretManagement.Hashicorp.Vault.KV -Name 'userpass' -VaultParameters @{ VaultServer = 'https://XXX:8200'; VaultAuthType = 'userpass'}...

Addition about Get-Secret PS C:\Users\me> Get-Secret -Name personal/me/TestPassword -Vault ldap PowerShell credential request Please Enter LDAP credentials User: me Password for user me: *************** Get-Secret: Unable to get secret personal/me/TestPassword...