Hi. I am fairly new to Shiro, and am wondering if there is anyone here experienced in using it with Nginx.
Our proposed configuration is on an AWS VPC with Nginx running on a public subnet (the only externally accessible IP) redirecting traffic to various backend RESTful services on the private subnet. Most of these RESTful services are not written in Java, but in a variety of other languages. I am hoping to configure a single authentication and authorization service that the Nginx server will use to filter and redirect authenticated traffic to appropriate services; some services may be unauthenticated (such as the main web site), but most will require authentication. I have looked for resources on how to configure a Shiro filter on Nginx directlly, but am not finding anything. Does anyone have advice or pointers? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Using-Nginx-tp7578685.html Sent from the Shiro User mailing list archive at Nabble.com.
