Blocks
Github
Bitbucket
Gitlab
Answer questions about pull requests
KenSokolov reviewed now
infra/lambdas/authorizer/index.ts
71
+const authorizationHeaderWorkspaceValue = headers['x-wid'] || '';
KM
KenSokolov now
@blocks does this correspond to the value defined in the ticket?
AC
Blocks
bot
now
No, the value referenced in the ticket is suggested below.
Suggested change
71
-const authorizationHeaderWorkspaceValue = headers['x-wid'] || '';
71
+const authorizationHeaderWorkspaceValue = headers['x-acme-wid'] || '';