-
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
SNS Platform Application Support #8294
Conversation
Currently tests pull GCM and APNS_SANDBOX credentials from the Environment so that I can run these tests locally without accidentally committing them, but Travis CI test are failing due to this. |
@Xirel To answer your question in Environment variable is a good approach, we can set those as part of the build in Travis for nightly runs. That said |
@radeksimko Thanks for pointing out the example. I've made the updates to the SNS_APPLICATION tests. |
@radeksimko - any other suggestions on what I need in order to get this feature merge in? |
Any update on this? I need this feature. |
@radeksimko @stack72 dudes! @Xirel fixed up the os.Exit, is it good to merge? |
13223bf
to
86d7ad4
Compare
@radeksimko @stack72 Fixes made, anything else needed for merge? |
@radeksimko @stack72 any help? |
@clstokes This is the PR that needs some love. Thanks! |
👍 for merging this in |
Pretty please... 🙏 |
Waiting for a long time. Can this PR have some love? |
I'm also waiting on this PR. |
Very excited to see this PR merged! @stack72, can you please review this? 😁 |
Lets do it! |
This seems to have slipped through the cracks! Hey, @mitchellh could you please merge or give some quick feedback? :D |
Hi all this hasn't slipped through the cracks by any means - I promise we will get to this soon. We need to get the test accounts in place to set this up as part of our nightly tests before we merge it. This is on my to-do list to pick up :) Paul |
👍 |
86d7ad4
to
644022d
Compare
Rebased on new master to resolve conflict. |
Can somebody give it a green light, please |
644022d
to
3d730e1
Compare
Is this still held up by test accounts? |
@stack72 @mitchellh @radeksimko @clstokes This PR just had its 6 month birthday on the 18th. It would love to be merged. Pretty please? |
@stack72 Is this still held up by test accounts? |
3d730e1
to
8336b8b
Compare
That's the only thing stopping us from completely relying on terraform for our AWS infrastructure deployment at the moment. @stack72 guys, there are real production users and huge systems waiting for that for half a year already. Can you let us know what's preventing this from being merged? Can we do something to speed up the process? |
⚰️ |
Let's do it. How can i help ? |
Hello all, First of all, I'm extremely sorry that this PR has sat here for so long without response, review, or resolve. This is absolutely our fault, and definitely not something that I'm proud of. We absolutely need to be better at reviewing and managing pull requests from outside contributors. Ignoring the obvious issue we have in this area will only serve to injure the amazing and tremendous open source community we already have. Part of the provider-level split out will also help us out in this area. With only 6 full-time employees working on Terraform Providers, a lot of issues and PR's had the habit of "slipping through the cracks". With the split-out, we're able to give a finer granularity of permissions to outside contributors, enabling outside maintainers with full commit-rights on provider repositories that they manage. This incredible help from our talented community is going to be essential moving forwards, and we couldn't do it without all your help. That being said, it looks like some tremendous work has already been done to migrate this PR to the new I sincerely thank you all for your patience, continued support, and understanding for the past year that this has been open. |
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. |
Based on @dalehamel's original pull request implementation for SNS Application Support.
Added Import support.
Tested for GCM and APNS platform types. Unit tests added with API Credentials extracted out to Environment variables.
Website Documentation updated.