Missing iarisk pods deployment
search cancel

Missing iarisk pods deployment

book

Article ID: 367022

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

In the Tenant Settings we have enabled Risk Service.

    {
       "name": "isRiskServiceEnabled",
        "value": "true",
        "origin": "tenant"
    }

However, we realized there are no iarisk pods. 'kubectl get deployments -n ssp' command doesn't show any deployment relates to iarisk pods.

Environment

VIP AuthHub Release 2.x, 3.x

Cause

When SSP was installed ssp.featureFlags.iarisk.enable was set to 'false' 

Resolution

Run the following command to get values yaml and confirm that ssp.featureFlags.iarisk.enable was set to 'false' 

  helm get values ssp -n ssp -o yaml

To fix the problem, please do the following helm upgrade

1. Run
  
helm get values ${RELEASENAME} -n ${NAMESPACE} > ssp-override.yaml
2. Run 

helm upgrade ${RELEASENAME} ssp_helm_charts/ssp -n ${NAMESPACE}  -f ssp-override.yaml --version <ver> --timeout=20m \
--set ssp.featureFlags.iarisk.enable=true

Notes:
   Make sure <ver> is replaced with the current version