kops/tests/integration/update_cluster/many-addons-ccm
Eric Bailey acc0fd7757 ./hack/update-expected.sh 2024-02-02 14:39:38 -06:00
..
data ./hack/update-expected.sh 2024-02-02 14:39:38 -06:00
README.md
id_rsa.pub
in-v1alpha2.yaml hack/update-expected.sh 2024-01-09 12:34:15 +02:00
kubernetes.tf hack/update-expected.sh 2024-01-10 03:21:57 +02: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"))