From 3f534eef9eab703b84bf85391be3a97a5a267048 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Thu, 14 Nov 2024 18:10:31 +0000 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/32120 (#666) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index eff8f64..fc35c75 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "cli: commands fail with authentication error 'The security token included in the request is invalid'", + "issueNumber": 32120, + "overview": "When using IAM user credentials, or when the region is defined in `~/.aws/credentials` but not `~/.aws/config`, the CLI is unable to authenticate and to determine the AWS account and region to be used.", + "components": [ + { + "name": "cli", + "version": "2.167.0" + } + ], + "schemaVersion": "1" + }, { "title": "cli: cross-account deployments are failing with error 'Need to perform AWS calls for account'", "issueNumber": 31845,