Disabling TLS encryption

To disable Transport Layer Security (TLS) encryption, edit the proxy configmap.

Procedure

  1. Open the proxy configmap for editing.
    kubectl edit configmap release_name-proxy-config -n namespace
    Where
    • release_name is the name of the custom resource for your deployment.
    • namespace is the name of the namespace in which Netcool® Operations Insight® on Red Hat® OpenShift® is deployed.
  2. Find the tlsEnabled flag and set it to false. Save and exit the configmap.
    tlsEnabled: "false"
  3. Find the proxy pod using the command
    kubectl get pods --namespace namespace  | grep proxy
    Where namespace is the name of the namespace in whichNetcool Operations Insight on Red Hat OpenShift is deployed.
  4. Restart the proxy pod.
    kubectl delete pod proxy-pod -n namespace
    Where
    • proxy-pod is the name of the proxy pod in your Netcool Operations Insight on Red Hat OpenShift deployment.
    • namespace is the name of the namespace in which Netcool Operations Insight on Red Hat OpenShift is deployed.