Attempting to login to inventa/SDF using super user fails / is not possible.
Browser attempts to login but it fails immediately and does not log the user.
To fix this issue is necessary to reseed super user to the database. Please perform the following steps from admin node
kubectl get pods -A | grep sso
Previous command will display sso pod fullname, copy the name and run
kubectl exec -it <ssopodfullname> -n default -- bash .... e.g. kubectl exec -it sdf-cs-signals-sso-7c8b77b5cf-742xl -- bash
Now connected to the SSO pod, please run this command
./sso-cfg-reseed.sh password INVENTAURL sdf .... e.g. ./sso-cfg-reseed.sh password myinventa.system.com sdf
Comments
0 comments
Please sign in to leave a comment.