vault icon indicating copy to clipboard operation
vault copied to clipboard

A tool for secrets management, encryption as a service, and privileged access management

Results 736 vault issues
Sort by recently updated
recently updated
newest added

## Backport This PR is auto-generated from #16240 to be assessed for backporting due to the inclusion of the label backport/1.9.x. **WARNING** automatic cherry-pick of commits failed. Commits will require...

Not a huge value add, but I figured I might as well clean up some of our string formatting. I didn't touch anywhere that looked like formatting mattered. lmk what...

pr/no-changelog

**Describe the bug** When configuring LoginMFA with OKTA, vault is getting a permission denied error when accessing the okta API. We have narrowed the issue down to permission that the...

bug
core
auth/okta

**Describe the bug** It seems that `vault.identity.entity.creation` wasn't exposed on metrics endpoint **To Reproduce** Steps to reproduce the behavior: 1. Run `curl https://$VAULT_ADDR/v1/sys/metrics\?format\=prometheus | grep identity_entity` 2. Analyse output ```bash...

enhancement
core/metric
core/telemetry

The release binary will have debugging information stripped out (does not affect panic traces though), and the debug binary will keep them. Using `make build`: Debug: 188,506,674 bytes on darwin/arm64...

Fixes https://github.com/hashicorp/vault/issues/12012.

Hi Team, I am using Vault in my organization as a secret manager and we are trying to use the OIDC Auth method. Currently, I can see Github can't be...

waiting-for-response
question

**Is your feature request related to a problem? Please describe.** At this moment it is not possible to add regex in `bound_claims` it only supports a limited a glob. **Explain...

enhancement
auth/approle

**Describe the bug** When using extremely short lived certificates for TLS auto auth the agent doesn't appear to correctly and completely reread the certificates when they are changed on disk....

auth/cert
agent
tls