Jan Martens
Jan Martens
Vault provides client libraries for various languages but we currently only support the one for Go since it's included in the main repo. We need to decide which languages we...
### Summary This RFC proposes discontinuing the enforcement of signed commits via branch protection rules in our GitHub repositories. The current practice requires every commit to be signed, with the...
When a Pr is opened, this workflow checks if all commits made by any of the core maintainers of OpenBao are verified. This way we can stop enforcing commits via...
We moved our build and release pipeline to Goreleaser for the Beta release. We should clean up any old an no longer needed build scripts and also adjust the Makefile...
**Branch/Environment/Version** - Branch/Version: 5.4.0 - Environment: On-Prem **Describe the bug** To work around some limitations in Tyks mTLS support (see #6259), I am maintaining a custom go plugin for mTLS...
### Summary This RFC proposes the introduction of plugin registry support in OpenBao, enabling users to securely download and verify external plugins from a centralized registry. Inspired by the registry...