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

Add e2e tests, CI, and basic support for non-kubectl api clients #10

Closed ecordell closed 1 year ago

ecordell commented 1 year ago

Fixes #5 Fixes #4 Fixes #2

These made some sense to couple together: it was easiest to write tests with a non-kubectl client, and once I had the tests it was easy enough to add CI that runs them.