Skip to content

Commit 846f817

Browse files
committed
fixed CR comments
1 parent 9c3e0fd commit 846f817

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Port's support team may require access to your organization to provide technical assistance. This access is controlled through support user permissions which can be edited in the [Builder](https://app.getport.io/settings/data-model) page of your portal under the `Organization settings` in the left sidebar.

docs/security.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_label: Security & Compliance
55
sidebar_class_name: custom-sidebar-item sidebar-menu-security
66
---
77

8+
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
9+
810
# Security & Compliance
911

1012
Port is an internal developer portal platform and as such we place the utmost importance on data security, privacy and compliance, so that you can trust that your security needs are met.
@@ -77,7 +79,9 @@ Customer data is never transferred or stored on employee machines or devices.
7779

7880
### Support user access
7981

80-
Port's support team may require access to your organization to provide technical assistance. This access is controlled through support user permissions and includes several security measures:
82+
<SupportUserPermissions/>
83+
84+
It includes several security measures:
8185

8286
- Support user actions are not logged in your audit log.
8387
- You can set the access duration or disable support access completely.

docs/sso-rbac/rbac-overview/rbac-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
2+
13
# Port RBAC capabilities overview
24

35
This page provides a comprehensive summary of all of Port's RBAC capabilities, and links to their associated documentation pages. They are grouped into 3 key topics:
@@ -136,7 +138,7 @@ For more details about Port roles, see the [relevant documentation](/sso-rbac/us
136138

137139
### Support user access
138140

139-
Port's support team may need access to your organization to provide technical assistance. Organizations can control this access through support user permissions, including the ability to set access duration and disable access completely.
141+
<SupportUserPermissions/>
140142

141143
For more information, see the [support user permissions](/sso-rbac/users-and-teams/manage-users-teams#support-user-permissions).
142144

docs/sso-rbac/users-and-teams/manage-users-teams.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_position: 1
55
import PortTooltip from "/src/components/tooltip/tooltip.jsx"
66
import BetaFeatureNotice from "/docs/generalTemplates/_beta_feature_notice.md"
77
import PortApiRegion from "/docs/generalTemplates/_port_api_available_regions.md"
8+
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
89
import Tabs from '@theme/Tabs';
910
import TabItem from '@theme/TabItem';
1011

@@ -54,18 +55,19 @@ For more information and examples, see the [catalog RBAC](/build-your-software-c
5455

5556
## Support user permissions
5657

57-
Port's support team may need access to your organization to provide technical assistance. You can control this access through support user permissions.
58+
<SupportUserPermissions/>
5859

5960
### Access duration
6061

61-
Port support user access is enabled by default, you can choose to provide different access to your organization: **1 week**, **1 month**, **1 year**, **Permanent access (default)**.
62+
Support user access is enabled by default.
63+
You can define how long this access will be valid: **1 week**, **1 month**, **1 year**, **Permanent access (default)**.
6264

6365
### Support user capabilities
6466

6567
Support users can be created with the following restrictions:
6668

67-
- **Read-only access** - Support users can be created as `read-only` users.
68-
- **Admin/edit access** - Support users can be created as `admin` users, their actions will appear in your organization's audit log. This requires both Port manager approval and customer approval via the support user permission process.
69+
- **Read-only access** - can be created as `read-only` users.
70+
- **Admin/edit access** - can be created as `admin` users, their actions will appear in your organization's audit log. This requires both Port manager approval and customer approval via the support user permission process.
6971

7072
:::info Emergency access
7173

0 commit comments

Comments
 (0)