get_all_groups

Function get_all_groups 

Source
pub async fn get_all_groups(
    ctx: RequestCtx,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>
Expand description

GET /groups/all — list every HSM group in the system.

Backs CLI commands (e.g. config_set_hsm_common) that need the full catalogue, not just the accessible-to-this-token subset.