in management_api.rs, fieldIndex parameter hardcoded 1, 2.
But if the tokens of Policy will have an error if it is greater than 4.
ex:
p,admin,domain1,data1,read --- "examples/rbac_with_domains_policy.csv"
the function get_all_actions() return "data1".
get_all_objects() return "domain1"
in management_api.rs, fieldIndex parameter hardcoded 1, 2. But if the tokens of Policy will have an error if it is greater than 4. ex:
p,admin,domain1,data1,read
--- "examples/rbac_with_domains_policy.csv" the function get_all_actions() return "data1". get_all_objects() return "domain1"