Solly Ross
Solly Ross
When we landed webhook support in envtest, we appear to only have added support for mutating & validating webhooks. We'll need to extend this to conversion webhooks as well.
So, we filed the injector interface deprecation notice on `pkg/inject` (#1322). What's the actual rest of the plan for this? We should track this & provide a loose plan for...
Server-side apply will be landing in 1.14 (code is merged :tada: and all), so we should come up with a plan to support server-side apply. Talking with @apelisse and @jennybuckley,...
As pointed out in recent meeting, we should be verifying the integrity of downloaded files in the `hack/setup-envtest.sh` script, since it's now going to be used in kubebuilder. I think...
#317 introduces support for a pattern we generally don't recommend: pointers as map values. This is mainly for a few legacy use cases that folks want to support, but I...
So, I went and compared the gssapi.h and gssapi_ext.h files with Python-GSSAPI to look for any extensions and/or additional RFCs that we missed. # Extensions (as indicated by being in...
There are four related methods that are part of the Solaris extensions: - gss_localname - gss_userok - gss_pname_to_uid - gss_authorize_localname (we should probably also have, optionally, GSS_C_ATTR_LOCAL_LOGIN_USER as well)
3.17 introduces `PositionEncodingKind` to indicate how positions are encoded (utf-8, utf-16, or utf-32). There are also corresponding fields in the client (`positionEncodings`) and server (`positionEncoding`) capabilities to negotiate which to...
We should use [k5test](https://github.com/pythongssapi/k5test) to set up an actual realm, and then run through the full auth cycle. We should be able to set up a simple HTTP server using...
This exposes the NF_REPEAT verdict via the `Repeat` method. The `Repeat` method takes a mark as an argument to apply to the packet (in order to avoid endless repeat loops).