Actions
action #6344
closedAdd hidden flag to JobSettings to prevent privacy leak
Description
- add hidden column to JobSettings table
- prevent displaying hidden rows
Actions
Added by oholecek almost 10 years ago. Updated almost 10 years ago.
Description
https://github.com/os-autoinst/openQA/pull/188#issuecomment-75239152
just move the private setting to worker settings
Cannot this be a symptom that we are abusing the JobSetting concept by using it to store the auth token?
Well, generally there shouldn't be anything in the job settings that is not a setting - in that sense we're abusing it, yes. As such moving to WorkerProperties sounds like a good move.
https://github.com/os-autoinst/openQA/pull/213
JobToken stored as Worker property now