You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
9
+
8
10
# Security & Compliance
9
11
10
12
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.
77
79
78
80
### Support user access
79
81
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:
81
85
82
86
- Support user actions are not logged in your audit log.
83
87
- You can set the access duration or disable support access completely.
Copy file name to clipboardExpand all lines: docs/sso-rbac/rbac-overview/rbac-overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
2
+
1
3
# Port RBAC capabilities overview
2
4
3
5
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
136
138
137
139
### Support user access
138
140
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/>
140
142
141
143
For more information, see the [support user permissions](/sso-rbac/users-and-teams/manage-users-teams#support-user-permissions).
Copy file name to clipboardExpand all lines: docs/sso-rbac/users-and-teams/manage-users-teams.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ sidebar_position: 1
5
5
import PortTooltip from "/src/components/tooltip/tooltip.jsx"
6
6
import BetaFeatureNotice from "/docs/generalTemplates/_beta_feature_notice.md"
7
7
import PortApiRegion from "/docs/generalTemplates/_port_api_available_regions.md"
8
+
import SupportUserPermissions from "/docs/generalTemplates/_support_user_permissions.md"
8
9
import Tabs from '@theme/Tabs';
9
10
import TabItem from '@theme/TabItem';
10
11
@@ -54,18 +55,19 @@ For more information and examples, see the [catalog RBAC](/build-your-software-c
54
55
55
56
## Support user permissions
56
57
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/>
58
59
59
60
### Access duration
60
61
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)**.
62
64
63
65
### Support user capabilities
64
66
65
67
Support users can be created with the following restrictions:
66
68
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.
0 commit comments