Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included certificate won't work in new-ish K8S #4

Open
vronin opened this issue Jul 21, 2022 · 0 comments
Open

Included certificate won't work in new-ish K8S #4

vronin opened this issue Jul 21, 2022 · 0 comments

Comments

@vronin
Copy link

vronin commented Jul 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant