jetstack-secure
jetstack-secure copied to clipboard
Open source components of Jetstack Secure
Based on @aidy's input [in this comment](https://github.com/jetstack/jetstack-secure/pull/540#pullrequestreview-2130614925), can we also add volumes and mounts to the venafi-kubernetes-agent chart as well.
This modified script will create a GKE cluster and set up: venafi-enhanced-issuer, approver-policy-enterprise, and venafi-kubernetes-agent to authenticate to Venafi Control Plane using a Kubernetes ServiceAccount Token. ```console $ ./hack/e2e/test.sh ......
I've revived https://github.com/jetstack/jetstack-secure/pull/555. Here is why I don't think we should do gradually: 1. The old `make build-docker-images` was running a make command within a container in a buildx env,...
**Unrelated:** I think we should also check the presence of the images after releasing. Just to double check. Do you think this check should be part as the release process...
We seem to dump all the config out when the agent starts up in Venafi Kubernetes Agent. This is useful for debugging. But we are missing one important piece when...
**Summary:** - This PR is a remediation for the 413s returned by our NGINX gateway due to the fact that the request limit was set too low (smth around 100MB)....
**Context:** this is an outcome of the retro we had with @tfadeyi, @SgtCoDFish, and @inteon.
I've settled on using klog and kubernetes component-base module for the reasons given in the comments in the logs.go file. I think this logging UX is most likely to be...