kops/tests/integration/update_cluster/many-addons-ccm
Ole Markus With f06fcc5af2 Add specific taints to dns-controller.
Also set kops-controller as cluster critical, not node critical
2021-09-22 16:40:08 +02:00
..
data Add specific taints to dns-controller. 2021-09-22 16:40:08 +02:00
README.md
id_rsa.pub
in-v1alpha2.yaml Fix cluster spec typo in CCM integration tests 2021-09-08 20:52:52 -05:00
kubernetes.tf ./hack/update-expected.sh 2021-09-17 18:08:59 -05:00

README.md

Simple test of (experimental) JWKS functionality

We have to use a fixed CA because the fingerprint is inserted into the AWS WebIdentity configuration.

ca.crt & ca.key generated with:

openssl req -new -newkey rsa:512 -days 3650 -nodes -x509 -subj "/CN=kubernetes" -keyout ca.key -out ca.crt -config <(cat /etc/ssl/openssl.cnf <(printf "[ v3_ca ]\nkeyUsage = critical,keyCertSign,cRLSign"))