kops/tests/integration/update_cluster/many-addons-ccm
Nicolas Sterchele 73b6ed4150
aws: introduce maximum instance lifetime in cluster
The maximum instance lifetime is an AWS only feature and specifies the
maximum amount of time (in seconds) that an instance can be in service
before it is terminated and replaced.
A common use case might be a requirement to replace your instances on a
schedule because of internal security policies or external compliance
controls.
2022-07-04 20:38:33 +02:00
..
data Run hack/update-expected.sh 2022-07-02 11:38:24 +03: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 Fix cluster spec typo in CCM integration tests 2021-09-08 20:52:52 -05:00
kubernetes.tf aws: introduce maximum instance lifetime in cluster 2022-07-04 20:38:33 +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"))