kops/tests/integration/update_cluster/public-jwks
Barry Melbourne 05123faf5a Update containerd to v1.3.10/v1.4.4 2021-03-23 17:02:01 +00:00
..
data Update containerd to v1.3.10/v1.4.4 2021-03-23 17:02:01 +00:00
README.md Update script and testdata CA keypair 2020-09-12 16:21:15 -04:00
ca.crt Update script and testdata CA keypair 2020-09-12 16:21:15 -04:00
ca.key Update script and testdata CA keypair 2020-09-12 16:21:15 -04:00
id_rsa.pub Expose JWKS via a feature-flag 2020-08-30 10:15:11 -04:00
in-v1alpha2.yaml Re-add integration tests for jwks 2021-03-20 22:55:11 -04:00
kubernetes.tf Re-add integration tests for jwks 2021-03-20 22:55:11 -04: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"))