Getting a really odd error today:
The security token included in the request is invalid (Service: QuickSight, Status Code: 403, Request ID: e9f8ef8b-3bce-4f20-8aaa-80cfc0bfd69a)" (RequestToken: c3f70f5c-789b-81d9-e459-a2a256b5fc8d, HandlerErrorCode: GeneralServiceException)
Feels like some kind of internal outage in QS, the change we are deploying is so minor and inconsequential that it should not produce such an issue.
The auth token (STS) is valid, checked with get-caller-identity call, and it’s an AWS SSO login anyways, that I just did, so it cannot be invalid or old.
Here’s the change in the dashboard that is being deployed, as you can see just minor sizing tweaks.
The same CloudFormation stack was deployed successfully only yesterday.
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
- "Description": "Generated by AWS QuickSight for 2070a674-ec0f-4bb6-81b0-b7b50ea583fa started at 2024-05-09 20:15:02 UTC",
+ "Description": "Generated by AWS QuickSight for 56f0b1af-8387-4960-a7bd-21ae0a959cab started at 2024-05-10 09:16:36 UTC",
"Parameters": {
"IdentityRegion": {
"Default": "...region....",
@@ -14796,7 +14796,7 @@
},
"ElementId": "180dc423-d908-468c-8f8a-0a6d0d728f7f",
"ElementType": "TEXT_BOX",
- "Height": "64px",
+ "Height": "80px",
"RenderingRules": [
{
"ConfigurationOverrides": {
@@ -14809,9 +14809,9 @@
"Visibility": "HIDDEN"
},
"Visibility": "HIDDEN",
- "Width": "272px",
- "XAxisLocation": "912px",
- "YAxisLocation": "352px"
+ "Width": "528px",
+ "XAxisLocation": "752px",
+ "YAxisLocation": "336px"
},
{
"BackgroundStyle": {
@@ -15628,7 +15628,7 @@
"DataSetIdentifier": "foo.csv"
},
"FieldId": "c85206b9-bc1a-4399-89d9-957485e24392.3.1714658390827",
- "HierarchyId": "9b62fe86-7ede-4e27-b0f1-8afe07d7b6a1"
+ "HierarchyId": "12cb631d-38e6-4586-9ddf-a4e777b96446"
}
}
],
@@ -15781,7 +15781,7 @@
],
"DrillDownFilters": [
],
- "HierarchyId": "9b62fe86-7ede-4e27-b0f1-8afe07d7b6a1"
+ "HierarchyId": "12cb631d-38e6-4586-9ddf-a4e777b96446"
}
}
],