Function get_permissions

Source
pub fn get_permissions<'a>(
    permission_id: &Identifier,
    acl: &'a BTreeMap<String, Manifest>,
) -> Result<Vec<TraversedPermission<'a>>, Error>
Expand description

Expand a permissions id based on the ACL to get the associated permissions (e.g. expand some-plugin:default)