vault-plugin-secrets-onepassword
vault-plugin-secrets-onepassword copied to clipboard
Hashicorp Vault plugin integrates with 1Password Connect to allow for the retrieval, creation, and deletion of items stored in 1Password.
An initial draft of a CONTRIBUTING.md file to this repo for open source documentation.
Has anyone gotten this Integration to work on Hashicorp Cloud Platform (HCP) Vault? I recently sent off a support ticket, but they responded: > _1Password Secret Engine Plugin is currently...
Attempting to retrieve a 1Password item that does not exist returns a 500 error response: ```Error reading op/vaults/zuliebvfik5jcjqlepddj4nimi/items/7lzikpgpsjhytf3gxznlejq36b: Error making API request. URL: GET http://127.0.0.1:8200/v1/op/vaults/zuliebvfik5jcjqlepddj4nimi/items/7lzikpgpsjhytf3gxznlejq36b Code: 500. Errors: * 1...
I'm not sure if this is intentional but: ``` vault list op/vaults ``` returns something like the following, containing vault name and vault id: ``` vault1 abcdef123456 vault2 zyxwvu987654 ......
following the instructions I get vault API errors indicating a library is out of date the SDK version has reved substantially from the one used in the go.mod file from...
Hi - This is my command history from a session trying to use the 1password vault plugin to compile and install it in my Vault 1.5.0 cluster on CentOS 7....
…_API Excluding this and only including the IP of the Connect Service pod was causing an error to be thrown by the Hashicorp Vault plugin that wasn't particularly clear: ```...
**Reproduce:** `vault plugin register -sha256=414f5fca39ae7666844e1fddaf30b346d14c8c29b97f184587bf63acad7de367 secret op-connect` **Expected result:** plugin listed in output of `vault plugin list secret` **Actual result:** command returns ``` Error registering plugin op-connect: Error making API...
## Summary This PR updates the following dependencies: - `golang.org/x/crypto` - `golang.org/x/net` - `github.com/go-jose/go-jose/v3` - `github.com/hashicorp/go-retryablehttp` - `google.golang.org/protobuf` With that the following Dependabot alerts are addressed: - https://github.com/1Password/vault-plugin-secrets-onepassword/security/dependabot/35 - https://github.com/1Password/vault-plugin-secrets-onepassword/security/dependabot/40...