Hello,
We are migrating a Jira Server to a Jira Datacenter using the Azure Template and now we are facing a Traffic Shapping issue.
We created a secondary VMSS (Virtual Machine Scale Set) to host API Nodes, configured a path-based rule on Azure App Gateway to use API Nodes for incoming request to /rest/api/*
It works if I use for example Postman to retrieve info from /rest/api passing authentication (the connection goes directly to the API nodes).
However, when a normal connection occurs, we enter in a loop state where the login page continuously appear and each time we connect in a different node.
This seems that Azure App Gateway doesn't differ internal calls from outside calls to /rest/api and the affinity cookie is not observed.
My question is: is someone using Jira Datacenter deployed using Azure Template with Traffic Shapping out there?
You can't use Application Gateway to do this. It does not support referrer based routing, as Microsoft considers that a vulnerability. You'll need to use a 3rd party load balancer. Check the Atlassian doc for more info on why this is needed.
Thank you @Dave Theodore [Coyote Creek Consulting] , we decided at this point to not move with traffic shapping and on next phase we will use F5/BigIP Virtual appliance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.