Is there an way to define multiple HTTPS port in the quarkus versioned Keycloak?
As I see, only one HTTPS port can be defined by the below ENV variable.
KC_HTTPS_PORT=XXXX (default is 8443)
Just a note, this was possible in non-quarkus keycloak (ver17 and below),where the additional https port could be configured directly in the underneath joss server ( standalone-ha.xml).
Dont think so, never tried. I use nginx infront which does all my routing with multiple ports defined.
Can I ask why would you want multiple HTTPS ports on single keycloak instance?
@gsmith Thanks! Yes, if multiple https ports not possible, I will go for a proxy(nginix or headless-service) approach.
Here is a brief reason on why multi HTTPs ports are needed on a single KC instance.
All our users traffic use port 8443 for oneway TLS and internal API calls (from portal) use port 8444 over mTLS.