Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
John00
Contributor
Contributor

Minikube wrong redirection for console

I've installed a QCS config using minikube kubernetes 

Both url below

 https://elastic.example:32443/console  

https://elastic.example:32443/

which redirect to port 32123 causing site can’t be reached. 

https://elastic.example:32123/auth?client_id=foo&scope=openid%20profile&response_type=code&redirect_...

redirect_fail.png

 

 

 

#This setting enables dev mode to include a local MongoDB install
devMode:
  enabled: true

#This setting accepts the EULA for the product
engine:
  acceptEULA: "yes"
  
  
# MINIKUBE SPECIFIC SETTINGS (dont not use with other K8 providers)_____________

elastic-infra:
 nginx-ingress:
   controller:
     service:
       type: NodePort
       nodePorts:
         https: 32443
     extraArgs.report-node-internal-ip-address: ""

hub:
 ingress:
   annotations:
     nginx.ingress.kubernetes.io/auth-signin: https://$host:32443/login?returnto=$request_uri

management-console:
 ingress:
   annotations:
     nginx.ingress.kubernetes.io/auth-signin: https://$host:32443/login?returnto=$request_uri

edge-auth:
  oidc:
    redirectUri: https://elastic.example:32443/login/callback

 

 

 

 

using helm chart 2.14.3, kubernetes v1.14.5, all pods running. 

pods_status.png

with or without port forwarding below will redirect to port 32123/auth

kubectl port-forward service/qliksense-nginx-ingress-controller 32443:443 -n default --address 0.0.0.0

 

i cant find any pod/service exposed with port 32123

Appreciate for any help

Best Regards

John

Labels (1)
  • Other

0 Replies