This commit is contained in:
Guy Elia 2026-01-30 15:41:44 +00:00 committed by GitHub
commit d48ef093cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,6 +388,10 @@ const ERROR_PATTERNS = {
/\b403\b/,
"no credentials found",
"no api key found",
// AWS SSO / aws-sdk auth resolution errors (e.g. Bedrock)
"sso session token",
"error loading sso token",
"was not found or is invalid",
],
format: [
"string should match pattern",