On Fri, Oct 4, 2013 at 2:23 PM, Aaron McCurry <[email protected]> wrote: > I think that any security concerns about being able to talk to the Blur API > are all ahead of us. Meaning, if we need to secure the console jetty > server then we will have to work that as an issue. Probably something like > SSL server with some kind of configurable authentication module. Same goes > for the standard thrift protocols. But I think at this point the relay > setup is a good start, and it should allow us to secure things down the > road. > > What do you think?
My vote would be to just post something - a single method call all the way through the stack - and punt on the security thing for now. Jetty seems like a nice place to do the auth when we get there. Can you just push a branch with a single call for now? --tim
