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

Detect retryable vs. non-retryable errors #53

Open ecordell opened 1 year ago

ecordell commented 1 year ago

In both kube and spicedb writes, some errors don't make sense to retry (i.e. the request itself is invalid).

We may want to do this as part of a larger effort to make error states clearer and more understandable.