Is your feature request related to a problem? Please describe.
The new Konflux RPM signing workflow uses the pulp label signed_by to record signing keys used for signed RPMs. This label has to use an existing format that involves commas (e.g. release4,release2). However, commas are not currently supported by Pulp as label values.
Describe the solution you'd like
Please add support to use commas as pulp_labels values.
Describe alternatives you've considered
We could potentially use a format separate for the label values. However, since the values with commas are an existing convention that's used in the traditional pipelines, it'll be good for the values to stay consistent to ensure a smoother transition between the old and new RPM signing workflows.
Additional context
N/A
Is your feature request related to a problem? Please describe.
The new Konflux RPM signing workflow uses the pulp label
signed_byto record signing keys used for signed RPMs. This label has to use an existing format that involves commas (e.g.release4,release2). However, commas are not currently supported by Pulp as label values.Describe the solution you'd like
Please add support to use commas as
pulp_labelsvalues.Describe alternatives you've considered
We could potentially use a format separate for the label values. However, since the values with commas are an existing convention that's used in the traditional pipelines, it'll be good for the values to stay consistent to ensure a smoother transition between the old and new RPM signing workflows.
Additional context
N/A