Actions
action #6344
closedAdd hidden flag to JobSettings to prevent privacy leak
Description
- add hidden column to JobSettings table
- prevent displaying hidden rows
Updated by lnussel almost 10 years ago
https://github.com/os-autoinst/openQA/pull/188#issuecomment-75239152
just move the private setting to worker settings
Updated by coolo almost 10 years ago
- Assignee set to oholecek
- Target version changed from Sprint 14 to Sprint 15
Updated by ancorgs almost 10 years ago
Cannot this be a symptom that we are abusing the JobSetting concept by using it to store the auth token?
Updated by coolo almost 10 years ago
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.
Updated by oholecek almost 10 years ago
https://github.com/os-autoinst/openQA/pull/213
JobToken stored as Worker property now
Updated by oholecek almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Actions