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: tools/internal/specs/spec-with-overlays.yaml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25264,6 +25264,9 @@ components:
25264
25264
securityContact:
25265
25265
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
25266
25266
type: string
25267
+
streamsCrossGroupEnabled:
25268
+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
25269
+
type: boolean
25267
25270
type: object
25268
25271
OutboundControlPlaneCloudProviderIPAddresses:
25269
25272
description: List of outbound IP addresses from the Atlas control plane, categorized by cloud provider. If your network allows inbound HTTP requests only from specific IP addresses, you must allow access from the following IP addresses so that Atlas can communicate with your webhooks and KMS.
@@ -31036,6 +31039,9 @@ components:
31036
31039
allOf:
31037
31040
- $ref: '#/components/schemas/StreamsConnection'
31038
31041
- properties:
31042
+
clusterGroupId:
31043
+
description: The id of the group that the cluster belongs to.
31044
+
type: string
31039
31045
clusterName:
31040
31046
description: Name of the cluster configured for this connection.
Copy file name to clipboardExpand all lines: tools/internal/specs/spec.yaml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25261,6 +25261,9 @@ components:
25261
25261
securityContact:
25262
25262
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
25263
25263
type: string
25264
+
streamsCrossGroupEnabled:
25265
+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
25266
+
type: boolean
25264
25267
type: object
25265
25268
OutboundControlPlaneCloudProviderIPAddresses:
25266
25269
description: List of outbound IP addresses from the Atlas control plane, categorized by cloud provider. If your network allows inbound HTTP requests only from specific IP addresses, you must allow access from the following IP addresses so that Atlas can communicate with your webhooks and KMS.
@@ -31033,6 +31036,9 @@ components:
31033
31036
allOf:
31034
31037
- $ref: '#/components/schemas/StreamsConnection'
31035
31038
- properties:
31039
+
clusterGroupId:
31040
+
description: The id of the group that the cluster belongs to.
31041
+
type: string
31036
31042
clusterName:
31037
31043
description: Name of the cluster configured for this connection.
0 commit comments