-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional ACL Tests + Slackbot fix #4430
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR refactors Slack credential handling, enhances ACL testing, and improves tenant-awareness in group sync operations.
- /backend/ee/onyx/external_permissions/slack/doc_sync.py: Switches to a credentials provider; ensure channel IDs in doc_metadata always exist in channel_permissions to avoid KeyErrors.
- /backend/ee/onyx/external_permissions/slack/group_sync.py: Adds a tenant_id parameter, though it is not yet utilized.
- /backend/onyx/connectors/slack/connector.py: Updates message filtering to exclude bots with "DanswerBot Testing", revising previous filter logic.
- /backend/ee/onyx/external_permissions/sync_params.py & tests: Integrates Slack group sync into the sync map and refines ACL test setups for robust permission checks.
6 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits
Description
Fixes https://linear.app/danswer/issue/DAN-1732/add-comprehensive-test-for-acls
Fixes https://linear.app/danswer/issue/DAN-1753/fix-slack-connector-perm-group-syncing
How Has This Been Tested?
[Describe the tests you ran to verify your changes]
Backporting (check the box to trigger backport action)
Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.