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
2. A `helm` command will be displayed, with default values already filled out (e.g. your Port client ID, client secret). Copy the command then run it in your terminal to install the integration.
74
78
75
79
</TabItem>
76
80
77
81
<TabItemvalue="argo"label="ArgoCD">
78
82
79
83
1. Install the `my-port-k8s-exporter` ArgoCD Application by creating the following `my-port-k8s-exporter.yaml` manifest:
80
-
:::note
84
+
:::note Configuration requirements
81
85
Remember to replace the placeholders for `LATEST_HELM_RELEASE``YOUR_PORT_CLIENT_ID``YOUR_PORT_CLIENT_SECRET` and `YOUR_GIT_REPO_URL`.
82
86
83
87
You can find the latest version `port-k8s-exporter` chart in our [Releases](https://github.com/port-labs/helm-charts/releases?q=port-k8s-exporter&expanded=true) page.
@@ -86,7 +90,7 @@ Not sure which method is right for your use case? Check the available [installat
86
90
:::
87
91
88
92
<details>
89
-
<summary>ArgoCD Application</summary>
93
+
<summary><b>ArgoCD Application (click to expand)</b></summary>
Large entity tables can result in long loading times. Use the following tips and best practices to improve performance.
189
+
190
+
The [initial filters](#initial-filters) and [excluded properties](#excluded-properties) are defined when creating the page, while [calculation properties](#calculation-properties) are configured as part of the blueprint definition.
191
+
186
192
### Initial filters
187
193
188
-
In some cases, an entities table may be very large, resulting in long loading times. To prevent this, you can define filters that resolve when Port queries the data (rather than after querying).
194
+
Initial filters are the most effective way to reduce loading times. You can define filters that resolve when Port queries the data (rather than after querying, like table filters), reducing the number of entities displayed in the table.
195
+
189
196
To define such a filter, use the `Initial filters` field when creating a page:
You can define any [supported rule](/search-and-query/#rules) in JSON format. Here is an example that will only display `Deployments` that were updated in the past month:
202
+
You can define any [supported rule](/search-and-query/#rules) in JSON format.
203
+
Here is an example that will only display `Deployments` that were updated in the past month:
196
204
197
205
```json showLineNumbers
198
206
[
@@ -211,10 +219,19 @@ You can use [dynamic properties](/search-and-query/#dynamic-properties) of the l
211
219
### Excluded properties
212
220
213
221
Another way to reduce loading times is to exclude undesired properties from an entities table when querying the data. When using this option, the new table will not contain columns for the excluded properties.
222
+
223
+
We recommend excluding properties with no actual benefit when shown in the table, such as large object properties, long array properties, and other complex data types.
224
+
214
225
To do this, use the `Excluded properties` field when creating a page:
While calculation properties provide powerful functionality, they can impact performance when used in blueprints that have many entities. To improve performance, consider excluding calculation properties from the table or replacing them with regular properties.
232
+
233
+
To learn more about calculation properties performance, refer to the [calculation property](/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/#performance-impact) page.
234
+
218
235
## Customization
219
236
220
237
The entities table can be customized, which will define the users' view of the Port platform.
Copy file name to clipboardExpand all lines: docs/sso-rbac/multi-organization.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,12 @@ In order to switch to a different organization:
38
38
2. Click on the logo in the top left corner of the page.
39
39
3. Click on the organization you want to switch to.
40
40
41
-
:::info Login behavior
42
-
Note that when users log in, they automatically access their **last visited** organization.
41
+
:::caution Login behavior and organization switching
42
+
When users log in, they automatically access their **last visited** organization.
43
+
44
+
If you have active sessions in multiple tabs or browsers, switching organizations in one session will switch all other active sessions to that same organization.
45
+
46
+
We recommend you verify the active organization before making changes.
0 commit comments