kube-secrets-init
kube-secrets-init copied to clipboard
Kubernetes mutating webhook for `secrets-init` injection
Setup: - GCP - Artifacts registry (gcp) - set --default-image-pull-secret - set --default-image-pull-secret-namespace - running 0.4.3 This setup works on all but two deployments. The only notable difference between pods/rs...
according to the documentation https://kubernetes.io/docs/reference/using-api/deprecation-guide/#certificatesigningrequest-v122 the `certificates.k8s.io/v1beta1` depracated. i got ant issue with creating CSR. by using your script https://github.com/doitintl/kube-secrets-init/blob/master/deployment/webhook-create-signed-cert.sh i can approve it, but it is not issued. maybe...
Hi, When I look into the code I see that it should be possible to use the "placeholder" for **SecretKeyRef** but when I use it I'm getting the validation error...
### Environment configuration * kube-secrets-init version: `0.5.0` * secrets-init script version: `0.5.0` * [helm chart](https://github.com/sagikazarmark/helm-charts/tree/master/charts/kube-secrets-init) version: `0.9.3` * ClusterRole updated to deny `get secrets` - due to security requirements, we...
I noticed the arguments passed to secrets-init are [hard coded](https://github.com/doitintl/kube-secrets-init/blob/master/cmd/secrets-init-webhook/main.go#L288) to just `--project`. However, secrets-init has [other arguments](https://github.com/doitintl/secrets-init/blob/master/main.go#L40) that it accepts. It would be nice if we could specify exactly...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
The blog post in the readme: https://blog.doit-intl.com/kubernetes-and-secrets-management-in-cloud-part-2-6c37c1238a87?source=friends_link&sk=58405cbafc191a2d7ea2eabbc9d9553e No longer seems to work. It appears there is no longer a https://blog.doit-intl.com/ subdomain, and I can't find this posting on the new...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 26.1.4+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.4 26.1.4 For a full list of pull requests and changes in this release, refer to the relevant...