Alexander Scheel
Alexander Scheel
The [LF Edge TAC](https://lists.lfedge.org/g/TAC/topic/updates_and_feedback/112886545) via @joewxboy recently suggested new copyright header formats: > Second, I’d like to request that each project review the copyright statements on their documentation and other...
Based on #1571; will be rebased when that merges. ## Description When a lock is manually removed from the PostgreSQL backend (say with `TRUNCATE`), PostgreSQL will silently renew this lock...
This is based on #1570; will be rebased once that lands. ---- OpenBao already had mostly unused support for the fencing of writes to ensure the lock is actively held...
This is the work of the `scalability` working group under the Dev WG. A huge thanks to @fatima2003 and @phil9909 for their work on this! Thanks to Adfinis for funding...
**Describe the bug** As a variant of #2096, the lock code does not detect truncation/removal of the lock. Instead it is silently upserted as if the lock had been held...
## Description In the JWT engine, `claim_mapping` allows mapping `claims->metadata` keys. The syntax optionally uses JSON pointer but may also be direct keys: this was not documented. Notably, while JSON...
See discussion in: https://gitlab.com/gitlab-org/build/CNG/-/issues/2267#note_2871038616 Supporting a `BAO_CONFIG_PATH` would let callers fully configure OpenBao without affecting the CLI. This helps with many container-based deployment patterns so that we don't need to...
**Is your feature request related to a problem? Please describe.** Attempting to reset an OpenBao instance on k8s and related platforms is not as simple as a deployment+truncation. Some platforms...
**Describe the bug** When using the [PostgreSQL database backend](https://openbao.org/docs/configuration/storage/postgresql/), we do not detect database table truncation. **To Reproduce** Steps to reproduce the behavior: 1. Run `bao server -config ...` 2....
## Description Based on top of #1986; will be rebased when that merges. This addresses the outstanding PR review feedback. ## Acknowledgements - [x] By contributing this change, I certify...