Skip to content

keymgr: Validate `ArtiPath`s, replace `HsClientSpecifier` with generic `ArtiPathComponent`

gabi-250 requested to merge gabi-250/arti:validate-client-spec into main

This replaces HsClientSpecifier with ArtiPathComponent (they both serve the same purpose except ArtiPathComponent is more generic and can be reused for other the other specifiers we'll need to implement).

This also addresses the TODOs regarding ArtiPath validation.

Merge request reports