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
Fix summary:
-------------
Fixing the partial support for delegated_admin in all modules,
since this support does not fully onboard an org via delegated
admin account today.
Note: the full, complete and well tested support for delegated
admin will be added later separately.
Copy file name to clipboardExpand all lines: modules/agentless-scanning/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following resources will be created in each instrumented account through Clo
6
6
- An `IAM Role` and associated `policies` that allows Sysdig to perform tasks necessary for agentless scanning.
7
7
- A `KMS key` used to transcript volume snapshots in the each region. `Alias` for this key in each region.
8
8
9
-
When run in Organizational mode, this module will be deployed via CloudFormation StackSets that should be created in the management account. They will create the above resources in each account in the organization, and automatically in any member accounts that are later added to the organization. If a delegated admin account is used, only SERVICE_MANAGED stacksets will be created in the delegated admin account, responsible for creating the above resources in each account in the organization.
9
+
When run in Organizational mode, this module will be deployed via CloudFormation StackSets that should be created in the management account. They will create the above resources in each account in the organization, and automatically in any member accounts that are later added to the organization.
10
10
11
11
This module will also deploy a Trusted Role Component and a Crypto Key Component in Sysdig Backend for onboarded Sysdig Cloud Account.
12
12
@@ -74,7 +74,6 @@ No modules.
74
74
| <aname="auto_create_stackset_roles"></a> [auto\_create\_stackset\_roles](#input\_auto\_create\_stackset\_roles)| Whether to auto create the custom stackset roles to run SELF_MANAGED stackset |`bool`|`true`| no |
75
75
| <aname="input_tags"></a> [tags](#input\_tags)| sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
76
76
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Default timeout values for create, update, and delete operations |`string`|`"30m"`| no |
77
-
| <aname="delegated_admin"></a> [delegated_admin](#input\_delegated\_admin)| Whether to create the resources using an delegated admin account |`bool`|`false`| no |
78
77
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| ID of the Sysdig Cloud Account to enable Agentless Scanning for (incase of organization, ID of the Sysdig management account) |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/config-posture/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ No modules.
51
51
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| The name of the IAM Role that will be created. |`string`|`"sysdig-secure"`| no |
52
52
| <aname="input_tags"></a> [tags](#input\_tags)| sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
53
53
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Default timeout values for create, update, and delete operations |`string`|`"30m"`| no |
54
-
| <aname="delegated_admin"></a> [delegated_admin](#input\_delegated\_admin)| Whether to create the resources using an delegated admin account |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/integrations/event-bridge/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ The following resources will be created in each instrumented account through Clo
7
7
- An `EventBridge Target` that sends these events to an EventBridge Bus is Sysdig's AWS Account
8
8
- An `IAM Role` and associated policies that gives the EventBridge Bus in the source account permission to call PutEvent on the EventBridge Bus in Sysdig's Account.
9
9
10
-
When run in Organizational mode, this module will be deployed via CloudFormation StackSets that should be created in the management account. They will create the above resources in each account in the organization, and automatically in any member accounts that are later added to the organization. If a delegated admin account is used, only
11
-
SERVICE_MANAGED stacksets will be created in the delegated admin account, responsible for creating the above resources in each account in the organization.
10
+
When run in Organizational mode, this module will be deployed via CloudFormation StackSets that should be created in the management account. They will create the above resources in each account in the organization, and automatically in any member accounts that are later added to the organization.
12
11
13
12
This module will also deploy an Event Bridge Component in Sysdig Backend for onboarded Sysdig Cloud Account.
14
13
@@ -72,7 +71,6 @@ No modules.
72
71
| <aname="auto_create_stackset_roles"></a> [auto\_create\_stackset\_roles](#input\_auto\_create\_stackset\_roles)| Whether to auto create the custom stackset roles to run SELF_MANAGED stackset |`bool`|`true`| no |
73
72
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Tags to be attached to all Sysdig resources. |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
74
73
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Default timeout values for create, update, and delete operations |`string`|`"30m"`| no |
75
-
| <aname="delegated_admin"></a> [delegated_admin](#input\_delegated\_admin)| Whether to create the resources using an delegated admin account |`bool`|`false`| no |
76
74
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| ID of the Sysdig Cloud Account to enable Event Bridge integration for (incase of organization, ID of the Sysdig management account) |`string`| n/a | yes |
0 commit comments