kops/tests/integration/update_cluster/many-addons-ccm-irsa26
Ciprian Hacman 1026a131a1
Release 1.27.0-beta.1 (#15510)
2023-06-17 07:16:20 -07:00
..
data Release 1.27.0-beta.1 (#15510) 2023-06-17 07:16:20 -07:00
README.md Add more cluster_update tests 2022-08-19 20:31:38 +02:00
id_rsa.pub Add more cluster_update tests 2022-08-19 20:31:38 +02:00
in-v1alpha2.yaml add additional config for node local dns 2023-06-10 10:22:32 +03:00
kubernetes.tf ./hack/update-expected.sh 2023-04-12 10:46:47 +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"))