kops/tests/integration/update_cluster/many-addons-ccm
Kubernetes Prow Robot 79b0396335
Merge pull request #14484 from johngmyers/image-doc
Remove well known account aliases for unsupported distros
2022-11-01 22:32:46 -07:00
..
data hack/update-expected 2022-11-01 21:19:59 -04:00
README.md Add ccm integration tests 2021-08-07 10:31:31 +02:00
id_rsa.pub Add ccm integration tests 2021-08-07 10:31:31 +02:00
in-v1alpha2.yaml Update images in tests 2022-11-01 17:04:43 -07:00
kubernetes.tf Run hack/update-expected.sh 2022-08-12 19:40:25 +03: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"))