introduces Sheet models and auth flow

This commit is contained in:
msramalho
2024-11-05 10:33:44 +00:00
parent f1525ef85a
commit 59c1be597c
13 changed files with 493 additions and 74 deletions

View File

@@ -33,6 +33,7 @@ groups:
active_sheets: -1
monthly_urls: all
monthly_mbs: all
alowed_frequency: "hourly"
interdimensional:
description: "Interdimensional travelers"
orchestrator: tests/orchestration.test.yaml
@@ -42,12 +43,14 @@ groups:
active_sheets: 5
monthly_urls: 1000
monthly_mbs: 1000
alowed_frequency: "hourly"
animated-characters:
description: "Animated characters"
orchestrator: tests/orchestration.test.yaml
orchestrator_sheet: tests/orchestration.test.yaml
permissions:
read: ["animated-characters"]
active_sheets: -1
monthly_urls: all
monthly_mbs: all
active_sheets: 1
monthly_urls: 2
monthly_mbs: 10
alowed_frequency: "daily"