I have JIRA, Confluence and Bitbucket deployed on my server behind Apache reverse proxy. Each of them is connected with others using Application links. Now, I want to add additional layer of protection by implementing HTTP Basic Authentication in front of this. When I do this, I lose connection between apps. How to configure Apache properly in order to have HTTP Basic Authentication in front of whole stack AND connection between apps?
相关问题
- “Zero out” sensitive String data in Swift
- Stop .htaccess redirect with query string
- High cost encryption but less cost decryption
- .htaccess rule, redirecting old unexistent address
- How to deploy a web application Aurelia in an Apac
相关文章
- Apache+Tomcat+JK实现的集群,如果Apache挂了,是不是整个服务就挂了?
- Warning : HTML 1300 Navigation occured?
- Public issues in JIRA
- How reliable is HTTP_HOST?
- Making a two way SSL authentication between apache
- Security concerns about CORS
- How do I prevent SQL injection with ColdFusion
- UnicodeEncodeError when saving ImageField containi
Where did you configure basic authentication?
Normally Atlassian applications handle authentication themselves, so you should not have to configure anything in apache.
Application links use OAuth to handle authentication between applications and there are 2 flavors:
More info is available in the Application Links documentation here.