Pillar Extensions can now determine which user roles to index in Algola

This commit is contained in:
2017-06-15 11:31:48 +02:00
parent 8d94901bab
commit 8e02de32ab
3 changed files with 17 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ class PillarExtension(object, metaclass=abc.ABCMeta):
# Set of user roles used/introduced by this extension.
user_roles: typing.Set[str] = set()
user_roles_indexable: typing.Set[str] = set()
@property
@abc.abstractmethod