Hi All,
How we can change Kasten dashboard access from Http to Https in an redhat hopenshift environment.
BR,
Ali
Hi All,
How we can change Kasten dashboard access from Http to Https in an redhat hopenshift environment.
BR,
Ali
Hello
SSL/TLS with the Route can be enabled by specifying the following option:
--set route.tls.enabled=true
more details about accessing K10 Dashboard via Openshift route can be find in the below link.
https://docs.kasten.io/latest/access/dashboard.html#access-via-openshift-routes
BR,
Ahmed Hagag
Environment: Azure Arc AKS on VMware.
What I want to achieve:
Enable SSL (using ingress or other method) in order to add Kasten instance in Veeam VBR.
Will this cmd enables the SSL at the installation stage?
Is parameter route.tls applicable for RH Openshift only?
helm install k10 kasten/k10 --namespace=kasten-io --verify --keyring=/root/RPM-KASTEN \
--set externalGateway.create=true \
--set auth.tokenAuth.enabled=true \
--set eula.accept=true \
--set eula.company="P" \
--set eula.email="238@p.com" \
--set route.enabled=true \
--set route.tls.enabled=true \
--set route.tls.termination=passthrough \
--set route.tls.insecureEdgeTerminationPolicy=allow \
--set ingress.create=true \
--set ingress.name=kasten-ingress \
--set ingress.class=nginx \
--set ingress.tls.enabled=true \
--set ingress.tls.secretName=kasten-tls-secret \
--set ingress.host=kasten-io.p.com \
--set ingress.urlPath=/k10
--set ingress.urlPath={kubernetes.io/ingress.class: nginx,nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"}
Thank you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.