fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

Update e2e tests so that they check the flow with multiple ssh keys per user #507

Closed 7flying closed 1 year ago

7flying commented 1 year ago

Right now at the e2e tests we don't test if a user can be created with multiple (more than one) ssh keys associated with it.

The relevant FSIM allows it, but we simply don't test it. So, test it.