From 3b3e3ff3a82c667c762d1c10c7cd50999bb7552f Mon Sep 17 00:00:00 2001 From: Vinayak Kukreja Date: Mon, 31 Oct 2022 12:02:34 -0700 Subject: [PATCH] chore: add a notice for https://github.com/aws/aws-cdk/issues/8607 Signed-off-by: Vinayak Kukreja --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 30a4322..75a0dbb 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "aws-iam: IAM OIDC provider used with EKS retrieves expiring certificate", + "issueNumber": 8607, + "overview": "The IAM OIDC provider used with EKS retrieves leaf certificate instead of root certificate which has a longer expiration date", + "components": [ + { + "name": "framework", + "version": "<=2.49.0" + } + ], + "schemaVersion": "1" + }, { "title": "apigateway: Unable to serialize value as aws-cdk-lib.aws_apigateway.IModel", "issueNumber": 21902,