-
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
provider/aws: Fixed the SNS password-protected HTTPS endpoints autoconfirm #9696
Conversation
Thanks for raising this PR @Ninir I think you uncovered a few more issues which we'll need to address, namely
For the detection/parsing I think we should use It would be awesome if we had acceptance tests for a confirming http(s) endpoint - I'll see if I can put something together with API Gateway & Lambda. Feel free to ask if there's anything unclear in the meantime. |
Hi @radeksimko This was probably my very first contribution... a lot to improve :) Will work on this... thanks for your inputs :) 👍 |
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. |
Hi everyone,
Just suggesting a fix for the SNS autoconfirm for HTTPs endpoints having a Basic authentication.
The suggested change makes the user-defined endpoint obfuscating the password.
Related issue: