Alexander Scheel

Results 588 comments of Alexander Scheel

@felixfontein OpenBao remains [API compatible](https://openbao.org/docs/policies/migration/#proposal) so it should work, either with our client library or Vault's. :-) Transit engine in particular should be very compatible.

Hello @ajaygk95 -- the [recording from last week](https://lf-edge.atlassian.net/wiki/spaces/OP/pages/15211863/OpenBao+Meetings) was posted btw. This will likely be a significantly involved change fwiw. From a _community_ PoV I think there's two components that...

@ajaygk95 Did you get anywhere with the external storage RFC? I'd be happy to collaborate if you're stuck.

@ajaygk95 Very good, I shall see if I can find time to write an RFC and we can discuss more :-)

@ajaygk95 Note that [file is not recommended](https://openbao.org/docs/configuration/storage/filesystem/): > **WARNING** > > **No High Availability** – the Filesystem backend does not support high availability. Only a single OpenBao node may use...

@ajaygk95 Raft uses this path: https://github.com/openbao/openbao/blob/bccd4d9546cea80962dff987b51b73a1e0f33605/vault/mount.go#L1552-L1621 And you need to move it back to this path for file: https://github.com/openbao/openbao/blob/bccd4d9546cea80962dff987b51b73a1e0f33605/vault/mount.go#L1527-L1548 So you'd read all entries [with `sys/raw`](https://openbao.org/api-docs/system/raw) and write it back...

@ajaygk95 If you want to add support to `operator migrate` to merge back these changes, we could also do that too. Or otherwise add a warning to the migrate helper.

Thanks @fcbajao! I have a partial draft for this locally, will work on polishing that and pushing upstream for review.

> This is an interesting idea. Do we know who else uses goreleaser specifically in OpenSSF? While not yet here (see #461), OpenBao uses `goreleaser` and has been interested in...