23 lines
629 B
YAML
23 lines
629 B
YAML
tenant_id: acme
|
|
connectors:
|
|
github:
|
|
owner: acme
|
|
repo: handbook
|
|
path_prefix: docs/
|
|
credential_ref: secret/kab/github
|
|
mime_types: [text/markdown, text/plain, text/x-python]
|
|
sharepoint:
|
|
site_id: site-guid
|
|
drive_id: library-guid
|
|
folder_path: Shared Documents/Policies
|
|
credential_ref: secret/kab/sharepoint
|
|
mime_types: [application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/html]
|
|
triggers:
|
|
- connector: github
|
|
source: schedule
|
|
mode: incremental
|
|
interval_seconds: 900
|
|
- connector: sharepoint
|
|
source: webhook
|
|
mode: incremental
|