Doc changes for MM-67647 that adds two new roles to manage secure connections#8752
Open
Doc changes for MM-67647 that adds two new roles to manage secure connections#8752
Conversation
…nections (shared channels)
Contributor
|
Newest code from mattermost has been published to preview environment for Git SHA fb72d42 |
Contributor
|
Newest code from mattermost has been published to preview environment for Git SHA b44d94d |
…d to Connected Workspaces Manager
Contributor
|
Newest code from mattermost has been published to preview environment for Git SHA 54e128e |
…for_shared_channels
Contributor
|
Newest code from mattermost has been published to preview environment for Git SHA afbef28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds docs for two new roles added for granular control over Connected Workspaces features:
shared_channel_manager) — grants themanage_shared_channelspermission, allowing assigned users to share and unshare channels with existing secure connections.secure_connection_manager) — grants themanage_secure_connectionspermission, allowing assigned users to create, manage, and remove secure connections to remote servers.Previously, only System Admins have these permissions, and the only workaround is repurposing the
system_managerrole (which carries ~80 unrelated sysconsole permissions) OR giving access to all users. These purpose-built roles let admins delegate shared channel and secure connection management to specific users without granting broader system access.Note To be merged after mattermost/mattermost#35354
Ticket Link
https://mattermost.atlassian.net/browse/MM-67647