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
Copy file name to clipboardExpand all lines: docs/internal-developer-portal/catalog/aggregation-rules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ tags:
17
17
Aggregation rules allow you to roll up metrics from lower-level entities to higher levels in the organizational hierarchy. This enables you to view aggregated metrics at account, organization, and project levels, providing insights into performance across your entire platform.
18
18
19
19
:::info
20
-
Aggregation Rules are behind a feature flag. Contact your Harness representative to enable this feature.
20
+
This feature requires the **`IDP_AGGREGATION_RULES`** feature flag to be enabled. Contact [Harness Support](mailto:[email protected]) to enable it.
Copy file name to clipboardExpand all lines: docs/internal-developer-portal/catalog/create-entity/catalog-discovery/platform-cd.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ tags:
16
16
17
17
The Platform Integration feature in Harness IDP automatically syncs all scope-level entities from the Harness Platform as IDP catalog entities. This integration creates a hierarchical view of your Harness account structure, including accounts, organizations, and projects, making them discoverable and manageable within the IDP catalog.
18
18
19
+
:::info
20
+
This feature requires the **`IDP_INTEGRATIONS`** feature flag to be enabled. Contact [Harness Support](mailto:[email protected]) to enable it.
21
+
:::
22
+
19
23
## Overview
20
24
21
25
Platform Integration synchronizes your entire Harness Platform hierarchy into the IDP catalog as entities with a special `hierarchy` kind. This provides a unified view of your organizational structure and all associated services across accounts, organizations, and projects.
Copy file name to clipboardExpand all lines: release-notes/internal-developer-portal.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,54 @@ Review the notes below for details about recent changes to Harness Internal Deve
40
40
41
41
### New Features
42
42
43
+
#### Platform Integration for Catalog Auto-Discovery
44
+
45
+
Your Harness account structure (accounts, organizations, and projects) is now automatically synced to the IDP catalog as hierarchy entities. Enable Platform Integration with a single click and get:
46
+
47
+
- Complete organizational visibility across your entire Harness Platform
48
+
- Hierarchical navigation from account level down to individual projects
49
+
- Real-time sync that keeps entities up-to-date automatically
50
+
- Foundation for powerful aggregation and reporting capabilities
Roll up metrics from services to projects, organizations, and accounts automatically with aggregation rules. Create rules to compute aggregated values and display them on hierarchy entities:
61
+
62
+
- Compute sum, average, maximum, minimum, or median from any entity properties
63
+
- Display aggregated DORA metrics, test coverage, or custom metrics at any hierarchy level
64
+
- Use filters to select which entities to aggregate
65
+
- Show results using StatsCard and AggregatedTable components in layouts
66
+
- Automatic refresh every 12 hours, or trigger on-demand updates
Building user-aware workflows previously required complex workarounds to pass user information to APIs and display user context within forms.
@@ -71,10 +119,28 @@ Environment Management now supports drift detection for infrastructure resources
71
119
The system chains and dynamically executes drift detection pipelines for each workspace in your environment, checking infrastructure resources against their expected state and highlighting discrepancies. Each workspace can have its drift detection pipeline configured at the workspace, workspace template, or project level. This enables you to maintain infrastructure consistency, improve security by identifying unauthorized changes, and ensure compliance across your environments.
72
120
73
121
**Learn more:**[Drift Detection for Environment Infrastructure](/docs/internal-developer-portal/environment-management/environments#drift-detection)
122
+
74
123
---
75
124
76
125
### Enhancements & Bug Fixes
77
126
127
+
#### Enhanced CD Services Auto-Discovery
128
+
129
+
When IDP Integration is enabled, CD Auto-Discovery transforms into a more powerful workflow with full control over how services are brought into your catalog:
130
+
131
+
-**Discovered and Imported tabs** for better visibility into available services and imported entities
132
+
-**Register or Merge options** to create fresh catalog entries or link CD services to existing entities
133
+
-**Bulk import with auto-import toggle** for flexible manual curation or automatic syncing
134
+
-**Manual sync control** to refresh services on demand
135
+
-**Unlink functionality** to disconnect services while preserving catalog entities
136
+
137
+
This enhanced workflow gives you complete control over service discovery and import, making it easy to curate your catalog exactly how you want it.
138
+
139
+
140
+
**Learn more:**[CD Auto-Discovery with Platform Integration](/docs/internal-developer-portal/catalog/create-entity/catalog-discovery/harness-cd#cd-auto-discovery-with-platform-integration)
141
+
142
+
---
143
+
78
144
#### Cross-Scope Resource References in Environment Management
79
145
80
146
Environment blueprints can now reference Harness resources across different organizational scopes, enabling greater flexibility in resource sharing and reuse.
0 commit comments