Alexander Scheel

Results 588 comments of Alexander Scheel

Since #655 merged, were you interested in continuing this @DanGhita?

@aschrijver To give a timeline missing, on yesterday's community call we (OpenBao) decided we're 1-2 weeks out from a Beta release (which should fix some bugs with Vault compatibility) and...

@thomastaylor312 said: > Given that OpenBAO is a drop in replacement, it would also be trivial to use the implementation created for Vault with it! If there are divergent APIs,...

> To meet API expectations for projects migrating to OpenBao, we need to implement an API for locking/unlocking namespaces. Just FWIW, I think we discussed this at the outset of...

@klaus-sap Hmm, interesting question: > When defining a quota on a namespace, should we check that this quota does not exceed the quota of the parent namespace? I think quota...

> IMHO, one tree should not be distributed over two or more clusters. Note that only one active node (in one cluster) would have (write) ownership of it at a...

Ahh, it looks like our startup function has some unfortunate ordering issues too, related to resolving quotas in `http` layer: ``` 2025-04-29T12:24:56.3643354Z WARNING: DATA RACE 2025-04-29T12:24:56.3643738Z Write at 0x00c001b7d068 by...

@satoqz If we're happy with this PR, I'm fine merging it as-is and then fixing the race test in #1279 or a later PR. My 2c. But would like another...

Given my nit is small, I'll go ahead and merge and we can improve in a subsequent follow-up when we review #1165.