-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
AWS SQS policy normalization #4780
AWS SQS policy normalization #4780
Conversation
Could we get this applied? It looks like a low-risk change...literally one line. I'm not sure why it was marked as an enhancement. This is a bug fix. Rewriting policies based on whitespace differences in AWS JSON policies is a bug. |
I'd like this to be applied as well. This would fix the bug I'm seeing right now. |
Hi @chancefeick, I have just ran a test on this and it doesn't seem to fix the issue:
The code I used to test was as follows:
Did you manage to test this change? |
This seems to have been handled in #5888, this PR can probably be closed |
This has been merged in #5888 so this can now be closed |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Apply existing
normalizeJson
asStateFunc
to SQS policy to prevent AWS from detecting policy changes when stripping whitespace characters. Labeled as bug in #4273. Different resource, but appears to be a similar issue in #4245 as well.