Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should support --disableCookieValidation when we createResourceRoutes. #974

Closed
randytarampi opened this issue May 4, 2020 · 0 comments · Fixed by #975
Closed

We should support --disableCookieValidation when we createResourceRoutes. #974

randytarampi opened this issue May 4, 2020 · 0 comments · Fixed by #975

Comments

@randytarampi
Copy link
Contributor

I'm looking to migrate to v6, but my use care requires that we forward port the solution in #863 to serverless-offline@6.

It seems like this issue is still plenty valid.

randytarampi added a commit to randytarampi/serverless-offline that referenced this issue May 4, 2020
__This should close dherault#974 by forward porting my v5 solution from https://github.com/dherault/serverless-offline/pull/863__.

Requests to `resourceRoutes` created behind an API Gateway Proxy (i.e., running with `--resourceRoutes`) would fail due to hapi just exploding on the cookie validation.

This just rips off the strategy in dherault#513 (specifically dherault@5d9a67a) and dherault#863

Much of the credit here goes to @cassiohub (@cassiohubner on GitLab).
randytarampi added a commit to randytarampi/serverless-offline that referenced this issue May 4, 2020
__This should close dherault#974 by forward porting my v5 solution from https://github.com/dherault/serverless-offline/pull/863__.

Requests to `resourceRoutes` created behind an API Gateway Proxy (i.e., running with `--resourceRoutes`) would fail due to hapi just exploding on the cookie validation.

This just rips off the strategy in dherault#513 (specifically dherault@5d9a67a) and dherault#863

Much of the credit here goes to @cassiohub (@cassiohubner on GitLab).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant