As discussed on #syndesis channel earlier today. We should add basic troubleshooting pointers for the newcomers. I personally can't make up my mind of if it should be part of Quickstart or separate page.
I'll outline problems I can remember from top of my head. Feel free to iterate and add more.
General sections
outline usage of oc get pods, oc logs -f <pod-name> etc.
Authentication problem (Keycloak)
Unexpected error when authenticating with identify provider
copy/paste error of GitHube clientID and secrets
recreate whole deployment or fix viac Keycloak console
wrong CN on router certificate
disable with template param KEYCLOAK_ALLOW_ANY_HOSTNAME=true
SA can't request oAuth token
SA account wasn't created or generated secrets wasn't passed correctly
Backend
syndesis-rest pod fails to start, error connecting to DB in pods
possibly due to unfulfilled PersistentVolumeClaim in database pod
older Minishift/OpenShift version or other config problem
UI web console
user can access console, but doesn't see any data present
check backend pod if it is running, follow to backend issues
check backend pod log for auth errors
template param to fix another cert issue KEYCLOAK_ALLOW_ANY_HOSTNAME=true
As discussed on #syndesis channel earlier today. We should add basic troubleshooting pointers for the newcomers. I personally can't make up my mind of if it should be part of Quickstart or separate page.
I'll outline problems I can remember from top of my head. Feel free to iterate and add more.
General sections
oc get pods
,oc logs -f <pod-name>
etc.Authentication problem (Keycloak)
Unexpected error when authenticating with identify provider
KEYCLOAK_ALLOW_ANY_HOSTNAME=true
SA can't request oAuth token
Backend
UI web console
KEYCLOAK_ALLOW_ANY_HOSTNAME=true