javascript - How to get new messages SQS without send the private key -


We want to use SNS + SQS to create a push-based service for our system. We know that we can do it and we are doing this now, the problem is:

The customer will ask new channels (SQS queue), not new message or not, but to do it For this, the client has to send a private key, which is a security hole, in this way the reason, for all SOS services, will be able to send new notifications ...

Is there any way we can avoid this? ?

Just to clarify: I do not have to send a personal, but I need to request, and to do this, I need a private key, because it is done through Javascript Unsecured, because I can not do this:

  var private kikoioacanhackemake = "MyPrivateKey";    

Well, I understand that you do not want to send the customer access to reach key and Pre-Shared Key? In this case, I will recommend your customer: Create a new UI user and provide access only to your classes. Get Ace from the Secret Key and New User Access Key This help helps your customer avoid security holes and control your account on AAS.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -