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

Configurable consistency #43

Open ecordell opened 1 year ago

ecordell commented 1 year ago

Minimize latency is used everywhere by default, except for checks on watches, which use fully-consistent.

There should be a way to configure consistency options; i.e. it should be possible to use a zedtoken in an annotation for at_least_as_fresh consistency in watch, or indicate a specific check should be fully consistent, etc.