https communication #2695
Replies: 2 comments 2 replies
-
One quick observation is that you're using a rather old version of Apicurio Registry. I would definitely suggest deploying 2.2.5.Final if you can. @andreaTP or @jsenko or @riprasad any insight into the deployment and SSL? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I completely understand this question:
If your goal is to Deploy Apicurio Registry with |
Beta Was this translation helpful? Give feedback.
-
Hi Team
I have a question regarding setting up the https.
Basically following https://www.apicur.io/registry/docs/apicurio-registry-operator/1.0.0/assembly-registry-maintenance.html#registry-https-in-cluster and https://www.apicur.io/registry/docs/apicurio-registry-operator/1.0.0/assembly-registry-maintenance.html#registry-https-outside-cluster.
The version that i use is
apicurio/apicurio-registry-kafkasql:2.0.1.Final
When i install this app into openshift 3.11 in our enterprise and follow the guidance mentioned above i create route api object as following:
now this is working just fine. I can reach the UI. Now i tried to install it also to AKS on azure in enterprise subnet.
The ingress looks following:
Now the issue that i noticed is that since only https 443 port is open by enterprise firewall the UI in AKS is not working.
When i analyzed the connection to AKS i see the switch from 443 to 80 and that gets blocked:
on Openshift 3.11 where http is enabled i can see that it gets from https to http and then the route switch back to https by rule.
Now comes my question. Could it be set up to only use https for every subrequest? Enabling http on firewall wont get accepted so the route/ingress rules come too late. Or did i understand the routing of the app wrong? My goal is simply to use only https that is allowed. Is that possible?
thx
tomas
Beta Was this translation helpful? Give feedback.
All reactions