Skip to content

Reference metadata used in validator is not parsed for mandatory options (BUGZ-4168)

Andrii Salnikov requested to merge andrii/arc:bug-4168 into next

The regex in reference parser did not allows to recognize options prefixed with asterisk for mandatory marking.

This leads to validation errors like BUGZ-4168.

Also fixes documentation parts lookup from CLI for such an options, e.g.: arcctl config describe arex/cache cachedir or arcctl config describe lrms lrms

Merge request reports