Project

General

Profile

action #93177

Updated by ilausuch almost 3 years ago

## 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) 

 ~~~ text 
 webui_2            | {"error":"Not authorized"} 
 ~~~ 

 ## Acceptance criteria 
 * **AC 1** The communication from the webui with the scheduler is authorized 
 * **AC 2** Add a test to check this 

 ## Ideas and previous tests 
 Adding this to client.conf works. 

 ~~~ text 
 [scheduler]\nkey = 1234567890ABCDEF\nsecret = 1234567890ABCDEF\n 
 ~~~

Back