access_by_taxonomy
Use this module to give access to content depending on the taxonomy terms that are applied to it.
Features
On the taxonomy term you can specify who are the roles or the specific users that are allowed to a certain term. When the term is applied to a node, then only those users and roles will be able to access.
On the node edit page, you'll be able to inspect the access permission currently stored on the database and you will see how permissions will change depending on the taxonomy terms applied to the content.
Post-Installation
After installation you will see permission fields on taxonomy terms where to specify which roles and users a term is restricted to.
Additional Requirements
Other than core, this module needs only taxonomy relation fields to work on.
Similar projects
A similar functionality is provided by permissions_by_term. We think this solution is leaner and has less complications, as we use only node access hooks and simply deal with the core content access functionality.