Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

feat: onedrive source #132

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Conversation

nicoloboschi
Copy link
Collaborator

@nicoloboschi nicoloboschi commented Aug 22, 2024

  • New agent source ms365-onedrive-source
    example usage:
 - type: "ms365-onedrive-source"
                                    id: "step1"
                                    configuration:
                                        ms-client-id: CLIENT_ID
                                        ms-client-secret: SECRET
                                        ms-tenant-id: TENANT
                                        users: "your-principal-email"
                                        path-prefix: /MyDocuments
                                        state-storage: s3
                                        state-storage-s3-bucket: "test-state-bucket"
                                        state-storage-s3-endpoint: "%s"
                                        deleted-objects-topic: "deleted-objects"
                                        idle-time: 1

to configure the credentials you need to create a registered application (this guide is helpful).

notes:

  1. Auth is only supported via client secret (no delegated users or client certificates)
  2. Shared drives are not supported
  3. It gets files from the configured users principals. Since the authentication is done via app credentials, the "current user" drive is not accessible from UI so it makes no sense to use it.

@nicoloboschi nicoloboschi marked this pull request as ready for review August 22, 2024 13:58
@nicoloboschi nicoloboschi merged commit 5774b49 into vectorize-io:main Aug 23, 2024
13 of 14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant