Skip to content

Commit

Permalink
fix(apigateway): remove SIG4 models
Browse files Browse the repository at this point in the history
As SIG4 is very AWS specific, move all SIG4 related values to the
AWS provider. The non-prefixed variant will still be included
for backwards compatability.

With the new prefixed AWS values in place, a future breaking change can
remove the non-prefixed SIG4 specific values from the AWS provider.
  • Loading branch information
ml019 committed May 23, 2022
1 parent 7aaeedb commit 30e60b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/shared/components/apigateway/id.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ object.
"Types" : STRING_TYPE,
"Values" : [
"IP",
"SIG4ORIP", "SIG4_OR_IP",
"AUTHORISER_OR_IP", "AUTHORIZER_OR_IP",
"SIG4ANDIP", "SIG4_AND_IP",
"AUTHORISER_AND_IP", "AUTHORIZER_AND_IP"
],
"Default" : "IP"
Expand Down

0 comments on commit 30e60b7

Please sign in to comment.