Combining Rbac and Abac in openstack
I want to create two projects in openstack dashboard and implement in each one a different access control policy (Rbac in the first one and Abac in the other one ) . Can I manage ressourses between the two projects ? Example : Can a user who has a certain role in the Rbac project view or modify a certain ressourse in the second project ? Thank you