Evan Cordell
Evan Cordell
Right now, there's not a great way to use HPA with the operator. The operator enforces a replica count and writes it every time the config changes, so you will...
@tarjanik Nothing currently in-flight to support this, but ideas (and PRs!) are welcome. The brute-force idea to expose this would be: - have a flag to disable the operator from...
I didn't see this brought up anywhere: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#authenticating-proxy Kubernetes has a built-in authn mode that determines the user and group from a request header. In general you likely won't be...
I recently worked on a similar feature in contour, and thought we had some good discussions that could be relevant for the Gateway APIs. Some of the highlights: - Filtering...
Nice write-up, @bradengroom! A query planner is an idea that we've thrown around a few times but has never made it into a concrete proposal. This is a great place...
Can you describe what you'd like to use them for? Contextual tuples seem interesting in the context of development / testing, but most other use-cases we've looked at have a...
I want to work backwards from your proposed check request: ```go &pb.CheckPermissionRequest{ Resource: resource:1, Permission: "can_view", Subject: user:clara, Contextual Tuples: { // Add all the computed tuples from the table...
Recent CRDB release notes make it sound as though SELECT FOR UPDATE may work for overlap now - it's worth re-running the tests with new versions.
for reference: https://authzed.com/blog/online-schema-migrations/
It's annoying and slow, but it keeps the docker image much smaller. If you `apt-get clean` after all the other packages have installed, it will remove the temporary files from...