spicedb-kubeapi-proxy
spicedb-kubeapi-proxy copied to clipboard
Secure access to the Kubernetes API using SpiceDB
Bumps golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.63.2. Release notes Sourced from google.golang.org/grpc's releases. Release 1.63.2 Bugs Fix the user agent string Release 1.63.1 Bugs grpc: fixed subchannel log messages to properly...
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.28.7 to 0.30.0. Commits 98e79b8 Update dependencies to v0.30.0 tag 0ac84ef Merge remote-tracking branch 'origin/master' into release-1.30 2e27a0c Update x/net for CVE-2023-45288 ecbd1b6 Merge pull request #123732...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.7 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.100.1 to 2.120.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.30 (Take 2) What's Changed textlogger: allow caller to override stack unwinding by...
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/google/uuid's releases. v1.6.0 1.6.0 (2024-01-16) Features add Max UUID constant (#149) (c58770e) Bug Fixes fix typo in version 7 uuid...
Fixes #43 I plan to followup with updates to the e2e tests to use this
Right now, checks are issued in parallel. We should switch to the BulkCheck api to get any potential improvements.
When developing rules for the proxy, it can be frustrating to get no information back out for a failed request that you expected to succeed. We could provide an API,...
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...