proxmox/proxmox-router/src
Thomas Lamprecht 43b5f1ae3e router: permissions: allow to pass partial-collapsed acl path components
This would allow the following components:

* all in one : &["system/network"]
* mixed: &["system/network", "dns"]
* with templates: &["datastore/{store}"]
* with the value of template being a path, e,g, with ns = "foo/bar":
  &["/datastore/{store}/{ns}"]

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-05-05 08:54:14 +02:00
..
cli router: deduplicate some code 2022-04-12 14:23:05 +02:00
error.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
format.rs clippy: remove unnecessary reference taking 2021-12-02 08:58:10 +01:00
lib.rs promxox-router: add SerializableReturn Trait 2022-04-12 14:23:05 +02:00
permission.rs router: permissions: allow to pass partial-collapsed acl path components 2022-05-05 08:54:14 +02:00
router.rs proxmox-router: add new ApiHandler variants for streaming serialization 2022-04-12 14:23:05 +02:00
rpc_environment.rs router: drop Index impls for references 2022-04-21 14:04:51 +02:00
serializable_return.rs promxox-router: add SerializableReturn Trait 2022-04-12 14:23:05 +02:00