Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Modular templates support cross sections of Sysdig Secure feature sets. Each tem

Organizations are supported by setting the following template parameters
* `IsOrganizational=true`
* `OrganizationalUnitIDs=ou-...` (to be deprecated soon, please read below)
* `OrganizationalUnitIDs=ou-...` (to be deprecated on 30th November, 2025, please read below)

### Organizational Install Configurations

Expand All @@ -22,4 +22,4 @@ Following are the new parameters to configure organizational deployments on the
3. `IncludeAccounts` - List of AWS Accounts to deploy the Sysdig Secure for Cloud resources in.
4. `ExcludeAccounts` - List of AWS Accounts to exclude deploying the Sysdig Secure for Cloud resources in.

**WARNING**: module template parameter `OrganizationalUnitIDs` will be DEPRECATED soon going forward. Please work with Sysdig to migrate your CFT based installs to use `IncludeOUIDs` instead to achieve the same deployment outcome.
**WARNING**: module template parameter `OrganizationalUnitIDs` will be DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate your CFT based installs to use `IncludeOUIDs` instead to achieve the same deployment outcome.
4 changes: 2 additions & 2 deletions modules/foundational.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Metadata:
IsOrganizational:
default: Is Organizational
OrganizationalUnitIDs:
default: (TO BE DEPRECATED Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
default: (TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
Partition:
default: AWS Partition
RootOUID:
Expand Down Expand Up @@ -59,7 +59,7 @@ Parameters:
- 'false'
OrganizationalUnitIDs:
Type: CommaDelimitedList
Description: (WARNING - TO BE DEPRECATED Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
Description: (WARNING - TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
Partition:
Type: String
Description: AWS Partition of your account or organization to create resources in
Expand Down
4 changes: 2 additions & 2 deletions modules/log_ingestion.events.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Metadata:
IsOrganizational:
default: Is Organizational
OrganizationalUnitIDs:
default: (TO BE DEPRECATED Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
default: (TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
Partition:
default: AWS Partition
RootOUID:
Expand Down Expand Up @@ -86,7 +86,7 @@ Parameters:
Description: Comma separated list of regions to monitor with EventBridge
OrganizationalUnitIDs:
Type: CommaDelimitedList
Description: (WARNING - TO BE DEPRECATED Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
Description: (WARNING - TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
RuleState:
Type: String
Description: The state of the EventBridge Rule
Expand Down
4 changes: 2 additions & 2 deletions modules/vm_workload_scanning.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Metadata:
IsOrganizational:
default: Is Organizational Deployment?
OrganizationalUnitIDs:
default: (TO BE DEPRECATED Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
default: (TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
RootOUID:
default: Root Organization Unit ID
IncludeOUIDs:
Expand Down Expand Up @@ -66,7 +66,7 @@ Parameters:
- 'false'
OrganizationalUnitIDs:
Type: CommaDelimitedList
Description: (WARNING - TO BE DEPRECATED Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma-separated list of organizational unit IDs to deploy (required for organizational deployments)
Description: (WARNING - TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma-separated list of organizational unit IDs to deploy (required for organizational deployments)
RootOUID:
Type: CommaDelimitedList
Description: Root Organizational Unit ID of your AWS organization
Expand Down
4 changes: 2 additions & 2 deletions modules/volume_access.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Metadata:
IsOrganizational:
default: Is Organizational
OrganizationalUnitIDs:
default: "(TO BE DEPRECATED Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs"
default: "(TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs"
RootOUID:
default: Root Organization Unit ID
IncludeOUIDs:
Expand Down Expand Up @@ -70,7 +70,7 @@ Parameters:
- 'false'
OrganizationalUnitIDs:
Type: CommaDelimitedList
Description: (WARNING - TO BE DEPRECATED Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
Description: (WARNING - TO BE DEPRECATED on 30th November, 2025. Please work with Sysdig to migrate your installs to use IncludeOUIDs instead) Comma separated list of organizational unit IDs to deploy
RootOUID:
Type: CommaDelimitedList
Description: Root Organizational Unit ID of your AWS organization
Expand Down
Loading