Jira and Keycloak integration
Discussing with a customer that was having issues with integrating their keycloak with jira.
-
A specific port 8443 is set for the tomcat config which is preventing the auth token to reach to and from Jira and Keycloak
-
The configuration below was used in order to get keycloak and jira working with eachother.
-
I would get with either PBOps or IB (Not sure how manages our Jira) but i'm sure they had to accomplish the same exact task and maybe try and lock it down to just the keycloak namespace.
name: sso-pol
namespace: jira
spec:
podSelector: {}
egress:
- ports:
- port: 8443
protocol: TCP
policyTypes:
- Egress
Edited by Jeffrey Victor