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

Filtering on more than name/namespace #40

Open ecordell opened 1 year ago

ecordell commented 1 year ago

Prefiltering (and eventually postfiltering, see #39) responses works by loading names or names/namespaces from spicedb and filtering kube results.

For now, we should collect use-cases for other types of filtering in this issue, before deciding how they should be specified.