vault-unseal icon indicating copy to clipboard operation
vault-unseal copied to clipboard

auto-unseal utility for Hashicorp Vault

Results 16 vault-unseal issues
Sort by recently updated
recently updated
newest added

Hi, Everything is working great on my cluster. I have email notifications setup and I occasionally (numerous times a day) get the following: vault-unseal ran into errors when attempting to...

enhancement

Options: - https://github.com/containrrr/shoutrrr (easier to configure, just allow users to pass in url's via cli or env) - https://github.com/nikoksr/notify This would likely be a breaking change for existing email support.

enhancement

Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.10.0 to 1.12.2. Release notes Sourced from github.com/hashicorp/vault/api's releases. v1.12.2 1.12.2 November 30, 2022 CHANGES: core: Bump Go version to 1.19.3. plugins: Mounts can no longer be...

dependencies
go

## 🚀 Changes proposed by this PR ### 🔗 Related bug reports/feature requests - implements #41 ### 🧰 Type of change - [x] New feature (non-breaking change which adds functionality)....

Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. Release notes Sourced from github.com/go-jose/go-jose/v3's releases. Version 3.0.3 Fixed Limit decompression output size to prevent a DoS. Backport from v4.0.1. Version 3.0.2 Fixed DecryptMulti:...

dependencies
go

### ✨ Describe the feature you'd like Hello! Thanks for the cool tool, it would be nice to add a build docker image for the arm64 platform If nedded i...

enhancement

### ✨ Describe the feature you'd like It would be cool to have the possibility to pass a kubeconfig and use [kubernetes proxy verb](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster-services/#ways-to-connect). It will allow to unseal a...

enhancement

Bumps alpine from 3.18 to 3.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.18&new-version=3.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

## 🚀 Changes proposed by this PR I propose to add full TLS configuration for vault client. ```go TLS struct { CACert string `env:"TLS_CA_CERT" long:"ca-cert" description:"the path to a PEM-encoded...

### ✨ Describe the feature you'd like It would be cool to deploy vault-unseal via a helm chart in a Kubernetes cluster. ### 🌧 Is your feature request related to...

enhancement