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: modules/services/service-principal/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ No modules.
55
55
| <aname="input_sysdig_client_id"></a> [sysdig\_client\_id](#input\_sysdig\_client\_id)| The application ID of the service client in the Sysdig tenant. Service principal will be created for this application client ID |`string`| n/a | yes |
56
56
| <aname="input_is_organizational"></a> [is\_organizational](#input\_is\_organizational)| true/false whether secure-for-cloud should be deployed in an organizational setup (all subscriptions of tenant) or not (only on default azure provider subscription) |`bool`|`false`| no |
57
57
| <aname="input_management_group_ids"></a> [management\_group\_ids](#input\_management\_group\_ids)| List of Azure Management Group IDs. secure-for-cloud will be deployed to all the subscriptions under these management groups. |`set(string)`|`[]`| no |
58
+
| <aname="agentless_aks_connection_enabled"></a> [agentless\_aks\_connection\_enabled](#input\_agentless\_aks\_connection\_enabled)| true/false whether secure-for-cloud should be deployed with access to the Azure AKS clusters |`bool`|`false`| no |
description="Enable the Agentless AKS connection to the K8s clusters within the cloud. This allows admin access. Read more about why this is needed in the official docs."
0 commit comments