Skip to content

Commit

Permalink
Add endpoint override for us-isof-* region (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Apr 16, 2024
1 parent 004bb37 commit 087a8fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-Endpoints-8c993a32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "Endpoints",
"description": "Add endpoint override for us-isof-* region"
}
4 changes: 4 additions & 0 deletions lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"eu-isoe-*/*": "euIsoe",
"us-iso-*/*": "usIso",
"us-isob-*/*": "usIsob",
"us-isof-*/*": "usIsof",
"*/budgets": "globalSSL",
"*/cloudfront": "globalSSL",
"*/sts": "globalSSL",
Expand Down Expand Up @@ -253,6 +254,9 @@
"usIsob": {
"endpoint": "{service}.{region}.sc2s.sgov.gov"
},
"usIsof": {
"endpoint": "{service}.{region}.csp.hci.ic.gov"
},
"fipsStandard": {
"endpoint": "{service}-fips.{region}.amazonaws.com"
},
Expand Down

0 comments on commit 087a8fd

Please sign in to comment.