When I looked at the watcherpod's log, I noticed, that all steps work fine. Even the generation of the data object to patch the route with is correct. I took this data object and passed it to openshift via oc patch route <route-name> -p <data>. This worked and the route was changed to https.
By turning on debugging in common.sh via set -x and removing 2> /dev/null in line 62 i got the message curl: (22) NSS: client certificate not found (nickname not specified).
After this, cleanup proceeds and the route didn't change.
Any ideas, why this is failing?
When I looked at the
watcherpod's log, I noticed, that all steps work fine. Even the generation of thedataobject to patch the route with is correct. I took thisdataobject and passed it to openshift viaoc patch route <route-name> -p <data>. This worked and the route was changed tohttps.By turning on debugging in
common.shviaset -xand removing2> /dev/nullin line 62 i got the messagecurl: (22) NSS: client certificate not found (nickname not specified).After this, cleanup proceeds and the route didn't change.
Any ideas, why this is failing?