simple-kubernetes-webhook icon indicating copy to clipboard operation
simple-kubernetes-webhook copied to clipboard

Included certificate won't work in new-ish K8S

Open vronin opened this issue 3 years ago • 0 comments

To be able to use admission hooks, the server needs to be behind TLS.

There is a certificate/private key/CA included in this project. Unfortunately, they are signed with the SHA1 algorithm and new-ish K8s don't like that (SHA-256 is

I would recommend including "-sha256" in openssl commands in ./dev/gen-certs.sh and regenerating them again.

vronin avatar Jul 21 '22 20:07 vronin