Mike Danese
Mike Danese
Capturing thoughts from an email thread: I think it would possible to leverage the confidentiality of the service account token to do this e.g. an approval controller will approve these...
e.g. only observe files tracked by git.
Right now the build context is hard coded to linux amd64 so that gazel is stable on all platforms it runs out. We should be able to support generating darwin...
Would be easy to implement as a builtin. https://github.com/google/re2
It would be nice to add some support for stronger typing of objects. Ideally this would manifest as runtime validation of visible fields after objects are fully reified. You could...
numbers, objects, arrays, functions?
To embbed jsonnet in an application as a config language, you often want it to produce a traversable structure. Right now you can evaluate and then reinterpret the char\* with...
This KEP proposes enhancing the TokenReview API to convey additional request context to the backing Identity Provider (IDP).
Gazelle version 0.18.2 With this BUILD file: ``` load("@io_bazel_rules_go//go:def.bzl", "go_embed_data", "go_library", "go_test") go_library( name = "go_default_library", srcs = [ "help.go", ":assets", ], importpath = "github.com/GoogleCloudPlatform/gke-metadata-server", visibility = ["//visibility:public"], ) go_embed_data(...
Right now, network proxy server supports three auth modes (if I read https://github.com/kubernetes-sigs/apiserver-network-proxy/blob/2fdb1a46954b1e99af989b037e543751eae49fe0/cmd/server/main.go correctly). 1. TLS Client auth 2. Service account token auth 3. None The third mode should be...