kops/tests/integration/update_cluster/public-jwks
Kubernetes Prow Robot bee16c052d
Merge pull request #10324 from bharath-123/feature/aws-imdv2
Add support for AWS IMDS v2
2020-12-07 22:55:11 -08:00
..
data Remove copywrite from nodeup scripts to reduce the user-data size 2020-11-30 12:49:25 -08: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 Expose JWKS via a feature-flag 2020-08-30 10:15:11 -04:00
kubernetes.tf Merge pull request #10324 from bharath-123/feature/aws-imdv2 2020-12-07 22:55:11 -08: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"))