Fix Kinesis -related Authorization header parsing (via kinesis-mock version update)#7375
Fix Kinesis -related Authorization header parsing (via kinesis-mock version update)#7375bentsku merged 3 commits intolocalstack:masterfrom paulo-ferraz-oliveira:fix/auth-header-parsing-on-kinesis
Conversation
We found an issue with localstack that ended up being an issue within the kinesis-mock dependency We opened GitHub issues in both places, had help from the maintainer of kinesis-mock, who gently provided a fix for, as well as tagging the service - and we're now pulling it into LocalStack
localstack-bot
left a comment
There was a problem hiding this comment.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
bentsku
left a comment
There was a problem hiding this comment.
Thanks a lot for taking care of this, and for your first contribution to LocalStack!
I just have a minor comment about the line in CONTRIBUTING.md, and maybe we could make it clearer for new contributors. Sorry it was not very clear.
CONTRIBUTING.md
Outdated
|
|
||
| * Add tests for any new features and bug fixes. Ideally, each PR should increase the test coverage. | ||
| * Follow the existing code style. Run `make format` and `make lint` before checking in your code. | ||
| * This might involve previous runs of `make venv` and `make install`, in order to have proper local setup. |
There was a problem hiding this comment.
Sorry you encountered some difficulties while setting LocalStack up.
Maybe we could rewrite that line with a link to https://docs.localstack.cloud/contributing/development-environment-setup/ to help new contributors?
There was a problem hiding this comment.
There was a problem hiding this comment.
If you prefer something else, would you be so kind as to use the "suggestion" mechanism from GitHub? Thank you.
There was a problem hiding this comment.
Thanks a lot for the change, it's true, I could have used the "suggestion" mechanism first, sorry!
bentsku
left a comment
There was a problem hiding this comment.
LGTM! Thanks a lot for your contribution and sorry for the delay in reviewing.
Closes #7358.
Ran:
make venv,make install,make format,make lint, andmake test.Pushing to check how CI reacts.