Skip to content

Commit

Permalink
fix(IAM): endpoint in aws-iso partition (#4422)
Browse files Browse the repository at this point in the history
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
  • Loading branch information
pinak and trivikr committed May 17, 2023
1 parent f98b4de commit ce3b067
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-IAM-c81b705c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "IAM",
"description": "Fix endpoint for IAM in aws-iso partition"
}
7 changes: 6 additions & 1 deletion lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@
"globalEndpoint": true,
"signingRegion": "cn-north-1"
},
"us-gov-*/iam": "globalGovCloud",
"us-iso-*/iam": {
"endpoint": "{service}.us-iso-east-1.c2s.ic.gov",
"globalEndpoint": true,
"signingRegion": "us-iso-east-1"
},

"us-gov-*/iam": "globalGovCloud",
"us-gov-*/sts": {
"endpoint": "{service}.{region}.amazonaws.com"
},
Expand Down

0 comments on commit ce3b067

Please sign in to comment.