Skip to content

Commit

Permalink
feat(fc-adapter) api gateway supports forceNonceCheck attribute confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
muxiangqiu committed Mar 15, 2021
1 parent d866bcc commit bca1ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v1.16.5

- feat(fc-adapter) api gateway supports forceNonceCheck attribute configuration
- feat(fc-adapter) api gateway 支持 forceNonceCheck 属性配置

## v1.16.4

- feat(cli) CICD supports main branch main
Expand Down
1 change: 1 addition & 0 deletions packages/fc-adapter/src/hooks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function parseApiMeta(apiMeta: any, region: string, groupId: string, role: any,
req.ApiName = apiMeta.name;
req.Description = apiMeta.description;
req.AuthType = apiMeta.authType;
req.ForceNonceCheck = apiMeta.forceNonceCheck;
req.ResultType = apiMeta.resultType;
req.ResultSample = apiMeta.resultSample;
req.FailResultSample = apiMeta.failResultSample;
Expand Down

0 comments on commit bca1ec4

Please sign in to comment.