🐛 Bug Description
No logs present in user-console service when there is any issues with personal access token
🔍 Steps to Reproduce
- Remove permissions or accessible repositories from Personal access token
- Restart pod fastbi-user-console-0 in user-console namespace
✅ Expected Behavior
Clear exception handling and logging. Visible issue displayed in the console.
❌ Actual Behavior
Container never starts
🖥️ Environment
- Kubernetes Version: 1.33.5-gke.1125000
- Image Version: 4fastbi/data-platform-init-core:v0.1.0
- Fast.BI Version: 1.0.0, main branch
- Deployment Type: GCP
- CLI Version: 1.0.0, main branch
🔧 Possible Solution
As a temporary debugging solution you can add:
command: ["/bin/bash", "-c"]
args:
to fastbi-user-console-api-site-flask container in values file and then apply it.