<div dir="ltr">Hi,<div>Thanks for your interest and your project sounds interesting.</div><div>&lt;DISCLAIMER&gt;Please reconsider twice before removing this security, you should really not do this &lt;/DISCLAIMER&gt;</div>
<div><br></div><div>But, here is where it happens <a href="https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/sender/PushNotificationSenderEndpoint.java#L55-L64">https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/sender/PushNotificationSenderEndpoint.java#L55-L64</a>  or <a href="https://github.com/aerogear/aerogear-unifiedpush-server/blob/0.10.x/server/src/main/java/org/jboss/aerogear/unifiedpush/rest/sender/PushNotificationSenderEndpoint.java#L55-L67">https://github.com/aerogear/aerogear-unifiedpush-server/blob/0.10.x/server/src/main/java/org/jboss/aerogear/unifiedpush/rest/sender/PushNotificationSenderEndpoint.java#L55-L67</a> for the 0.10.x version. </div>
<div>The code is pretty straighforward and remember your alias will be in UnifiedMessage.</div><div><br></div><div>Are you using the cartdridge for OpenShift ? if yes, you will not able to deploy your &quot;patched&quot; version. You will have to compile it, package a WAR and deploy it on a JBOSS/Wildfly OpenShift cartdridge.</div>
<div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 16, 2014 at 2:53 PM, Florian Schrofner <span dir="ltr">&lt;<a href="mailto:florian.schrofner@outlook.com" target="_blank">florian.schrofner@outlook.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey there guys!<br>
<br>
We are currently working on our semester project which allows you to sync<br>
notifications across different devices. The notifications themselves are<br>
stored on a separate webserver, but we are using the aerogear unified<br>
pushserver to start a sync.<br>
All the devices which should receive the push (and start the sync) are using<br>
the same alias, the push will be triggered by one of these devices<br>
On Android it should work fine, since we are able to use the Java Client and<br>
the secret without a problem (at least i think the secret would not be<br>
visible to anyone on Android).<br>
But we are also planning to implement a Chrome Addon and we don&#39;t really<br>
like the idea to make the master-secret visible to everyone.<br>
<br>
We know that the unified push server is not intended to be used as<br>
client-to-client push server atm, but since the pushes don&#39;t contain any<br>
important data it would be a sufficient solution to just disable the need<br>
for a master-secret if an alias is given (this would at least prevent<br>
broadcasts from being sent by third persons).<br>
<br>
So we wanted to ask you guys which lines of code we should modify inorder to<br>
allow pushes without master-secret, if an alias is given?<br>
It should only be an additional &quot;if&quot;, I guess.. or does it get more<br>
complicated?<br>
We are currently hosting our unified pushserver on OpenShift (would be nice<br>
if you could also roughly tell us how to push the changes onto the server..<br>
do we need to recompile everything?)<br>
<br>
Cheers,<br>
Florian<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/aerogear-dev-Allow-Push-Without-Master-Secret-tp7474.html" target="_blank">http://aerogear-dev.1069024.n5.nabble.com/aerogear-dev-Allow-Push-Without-Master-Secret-tp7474.html</a><br>

Sent from the aerogear-dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</blockquote></div><br></div>