Skip to content

Commit

Permalink
AWS Security Token Service Update: STS now supports assume role with …
Browse files Browse the repository at this point in the history
…Web Identity using JWT token length upto 20000 characters
  • Loading branch information
AWS committed Apr 15, 2021
1 parent 891089d commit 9d48b08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Security Token Service",
"contributor": "",
"description": "STS now supports assume role with Web Identity using JWT token length upto 20000 characters"
}
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
},
"clientTokenType":{
"type":"string",
"max":2048,
"max":20000,
"min":4
},
"dateType":{"type":"timestamp"},
Expand Down

0 comments on commit 9d48b08

Please sign in to comment.