Security best practices for publishing Tessitura on the go

We are about to publish Tessitura on The Go outside of our network.  We have a dedicated instance of the REST application with TOG for this.  Of course we want to keep the REST resources private for security reasons, while publishing TOG to the outside.  

Can anyone point me to any documentation or discussion around locking down REST with an open TOG app? 

We can think of several options, but they all seem too fussy, we're looking for the simple solution.  

Thanks,
Mark

Parents Reply
  • Hi Kevin,

    Thanks, I have been over that document carefully.  It does not really address the question about locking down the REST services.  I can reinstate the issue this way:

    When you do a default instillation you get a website that publishes the REST services with something like:

    https://LiveREST.mydomain.com/

    Then when you add Tessitura on The Go, you get another website at a sub-folder like:

    https://LiveREST.mydomain.com/TessituraWeb/

    We want to publish TOG to the outside world, we do not want to publish the REST services to the outside.  We can do fancy things with the firewall, and or virtual directories and multiple forward domains.

    But I suspect there is a simple solution that I'm not thinking of.  

    Thanks,

    Mark

Children