mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 21:48:35 +03:00
introduces dynamic service_account emails read from the group's orchestration files
This commit is contained in:
@@ -87,6 +87,7 @@ class Group(Base):
|
||||
orchestrator = Column(String, default=None)
|
||||
orchestrator_sheet = Column(String, default=None)
|
||||
permissions = Column(JSON, default={})
|
||||
service_account_email = Column(String, default=None)
|
||||
domains = Column(JSON, default=[])
|
||||
|
||||
archives = relationship("Archive", back_populates="group")
|
||||
|
||||
Reference in New Issue
Block a user