The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configure path based routing for jira and confluence on AWS ABL(ingress)

sunil
March 20, 2020

Hi,

 

Can anyone help on how to configure path based routing on AWS ingress(only AWS ALB) as I have jira, jenkins and confluence services running on AWS EKS with private subnets. When I tried to access the ingress 

Http://ingress-host/jira working to load initial page and have link to login, once clicked on login link browser shows HTTP 404 error since in my ingress object I defined  as below

- path: /jira/*

backend:

serviceName: jira-service

servicePort: 8080

Even tried with /jira, /jira/ , /secure

 

With above path rule in ingress objects only few pages can be loaded and used to get HTTP 404 error though jira service is running. I have added the ingress hostname in tomcat connector and context path as jira in server.xml

I wanted to use one ingress for DevOps tools to access them.

 

Thanks,

KSunil

 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question