Alexander Scheel

Results 157 issues of 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...

bug
do-not-backport
physical/postgresql

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...

feature
core/storage
roadmap:safer
blocked

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...

feature
core/storage
roadmap:scalability
server
core/horizontal
roadmap:operator experience
physical/raft

**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...

bug
physical/postgresql

## 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...

docs
pr/no-changelog
auth/jwt

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...

good first issue
help wanted
feature
packaging/container
command

**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...

feature
server

**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....

bug
physical/postgresql

## 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...

feature
pr/no-changelog
core/horizontal