Skip to content
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

Describe Microsoft Teams caveat and limitation regarding ChannelName RBAC mapping #297

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/installation/teams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ After this point, all of your commands will be executed on the default instance.

![Cloud Teams Instance Delete](assets/cloud_teams_instance_delete.png "Cloud Microsoft Teams instances delete")

## Caveats

### RBAC `ChannelName` mapping

Same as other communication platforms, Botkube Cloud Microsoft Teams app supports RBAC along with [all mappings](../../configuration/rbac.md#mapping-types).
However, because of the Microsoft Teams API limitation, for the default team channel the `ChannelName` is always `General`, regardless of the actual localized channel name.

## Limitations

Botkube Cloud Microsoft Teams App currently doesn't support the following features yet:
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-1.6/installation/teams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ Botkube Cloud Microsoft Teams App currently doesn't support the following featur
- Sending messages visible only to specific users.
- Replacing messages with new content, e.g., used for pagination. Currently, a new card is sent as a new message.
- User mentions in messages. Instead, Botkube app uses plaintext mentions with first and last name.
- The `ChannelName` RBAC group mapping is not supported in Botkube Agent 1.6. This will be supported in the Botkube Agent 1.7 release.