Actions
action #93177
opencontainers: webui doesn't has the credentials to connect to the scheduler
Start date:
2021-05-27
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
The PR https://github.com/os-autoinst/openQA/pull/3915 introduces a test of launching a job, but in the webui logs we can appreciate this error
I separated this ticket from #92833 because It requires go deeper in testing and also see if there are other alternatives to the provided solution (below)
webui_2 | {"error":"Not authorized"}
Acceptance criteria¶
- AC 1 The communication from the webui with the scheduler is authorized
Ideas and previous tests¶
Adding this to client.conf works.
[scheduler]\nkey = 1234567890ABCDEF\nsecret = 1234567890ABCDEF\n
Updated by ilausuch over 3 years ago
- Related to action #92833: containers: Web UI cannot connect to scheduler added
Updated by okurz over 3 years ago
- Priority changed from Normal to Low
- Target version set to future
Again, the ACs like "Add a test to check this" are not criteria, these are suggestions
Actions