-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I don't know why, but in openQA the default API keys used for fake authentication are expiring after ~3 days. As soon as this happens, the workers cannot connect to the webui, plus there's another problem: the contairer of the worker is not starting (running) anymore. It goes up and then it does immediately.
workaround:
- Generate new keys from the webui
- Create a file on the host with the new valid API keys
cat > client.conf << "EOF"
[openqa-webui]
key = 7B0DF15A3AE564AD
secret = 01C5639A5F8EA0E8
EOF- Copy this file into the worker, without starting the container
docker cp client.conf generic-openqa_worker4:/etc/openqa/- Start the container of the worker
After some seconds, it should connect to the webui and appear to be online once again :)