Support archived worker configuration
Refs https://gitlab.com/arkindex/requests/-/issues/728
A user should be able to set an archived
field to False
through the UpdateWorkerConfiguration
endpoint... that does not exist.
- create
UpdateWorkerConfiguration
and allow users with admin or contrib access on the worker to use it - the new field
archived
must be available on that endpoint (and on read endpoints). - the
ListWorkerConfigurations
must add an optional query parameter to list archived/enabled configurations. By default, we list enabled ones.
Edited by Erwan Rouchet