kops/tests/integration/update_cluster/public-jwks
Barry Melbourne 337c9c4c66 Set default container runtime to containerd 2021-01-16 14:55:35 +00:00
..
data Set default container runtime to containerd 2021-01-16 14:55:35 +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 Set default container runtime to containerd 2021-01-16 14:55:35 +00:00
kubernetes.tf Use consistent naming for the remaining SGRs 2021-01-14 12:57:33 +01: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"))