You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About #20 (comment):
Yes, but this is not an Issue of docker nor openQA.
You should be able to create an API key/secret that last the time you need. You could also create a never-expiring one.
From the webui, on "Manage API keys", remove the date of the form input before clicking create (I don't know how to do that programmatically).
About the second #20 (comment):
I don't know what happened there. It sounds like you are using a new openQA version?
But, when a key expires, you then need to restart all the workers after the new API key/secret are setup properly. I plan to cover the expected behavior with tests, but first I want to cover openQA itself. To detect whether the bugs I find are from openQA or from my docker images.
At the moment only the version in development is tested in openQA, but not the shipped version in Tumbleweed, which is the one my images relied on.
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:
After some seconds, it should connect to the webui and appear to be online once again :)
The text was updated successfully, but these errors were encountered: