# FIXME(lbragstad): Trusts have the ability to optionally include a
# project, but until trusts deal with system scope it's not really
# useful. For now, this should be a project only operation. scope_types=['project'],
It seems to me that this should be an unscoped only operation for users, where they are listing their own trusts, not scoped to a project.
Looking at the policy check:
# FIXME(lbragstad): Trusts have the ability to optionally include a
scope_ types=[ 'project' ],
# project, but until trusts deal with system scope it's not really
# useful. For now, this should be a project only operation.
It seems to me that this should be an unscoped only operation for users, where they are listing their own trusts, not scoped to a project.