serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

Drop support for qualified paths in Web API #113

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

Clarification and motivation

This issue is blocked by #95

Once that issue is done, using QualifiedPath in the Web API will become redundant. The backend config is included in the request, and there's only one possible backend to connect to, so qualifying the path with a backend name would not make sense.

We should make sure only regular Path and EntryPaths are used in the Web API.

Acceptance criteria