authzed / spicedb-kubeapi-proxy

Secure access to the Kubernetes API using SpiceDB
https://authzed.com/spicedb
Apache License 2.0
21 stars 1 forks source link

highly available proxy #17

Closed vroldanbet closed 1 year ago

vroldanbet commented 1 year ago

If we are to proceed with the 2PC approach using an embedded SQLite in https://github.com/authzed/spicedb-kubeapi-proxy/pull/16, we need to find a way to support HA operations.

vroldanbet commented 1 year ago

Closed via https://github.com/authzed/spicedb-kubeapi-proxy/pull/34 Please read the PR body for the decision on how to make workflow data durable via SQLite. Multiple replicas of the proxy can be spin up, with their own SQLite files in a persistent volume, and that would work just fine.