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
The following keys can be used to configure the provider.
67
+
For Sysdig provider authentication **one of Monitor or Secure authentication is required**, being the other
68
+
optional.
47
69
48
-
*`sysdig_monitor_api_token` - (Optional) The Sysdig Monitor API token, it must be
49
-
present, but you can get it from the `SYSDIG_MONITOR_API_TOKEN` environment variable.
50
-
Required if any `sysdig_monitor_*` resource or data source is used.
51
70
52
-
*`sysdig_secure_api_token` - (Optional) The Sysdig Secure API token, it must be
53
-
present, but you can get it from the `SYSDIG_SECURE_API_TOKEN` environment variable.
54
-
Required if any `sysdig_secure_*` resource or data source is used.
71
+
### Monitor authentication
72
+
73
+
When Monitor resources are to be created, this authentication must be in place.
74
+
75
+
*`sysdig_monitor_url` - (Required) This is the target Sysdig Monitor base API
76
+
endpoint. It's intended to be used with OnPrem installations.
77
+
<br/>By default, it points to `https://app.sysdigcloud.com`. [Find your Sysdig Saas region url](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#saas-regions-and-ip-ranges) (Sysdig Monitor endpoint)</br>
78
+
It can also be sourced from the `SYSDIG_MONITOR_URL` environment variable.<br/>Notice: it should not be ended with a
79
+
slash.<br/><br/>
80
+
81
+
*`sysdig_monitor_api_token` - (Required) The Sysdig Monitor API token.
82
+
<br/>[Find API Token](https://docs.sysdig.com/en/docs/administration/on-premises-deployments/find-the-super-admin-credentials-and-api-token/#find-sysdig-api-token)
83
+
<br/>It can also be configured from the `SYSDIG_MONITOR_API_TOKEN` environment variable.
84
+
<br/>Required if any `sysdig_monitor_*` resource or data source is used.<br/><br/>
55
85
56
-
*`sysdig_monitor_url` - (Optional) This is the target Sysdig Monitor base API
57
-
endpoint. It's intended to be used with OnPrem installations. By defaults it
58
-
points to `https://app.sysdigcloud.com`, and notice that should not be ended
59
-
with an slash. It can also be sourced from the `SYSDIG_MONITOR_URL` environment
60
-
variable.
61
-
62
-
*`sysdig_secure_url` - (Optional) This is the target Sysdig Secure base API
63
-
endpoint. It's intended to be used with OnPrem installations. By defaults it
64
-
points to `https://secure.sysdig.com`, and notice that should not be ended
65
-
with an slash. It can also be sourced from the `SYSDIG_SECURE_URL` environment
66
-
variable.
67
-
68
86
*`sysdig_monitor_insecure_tls` - (Optional) Defines if the HTTP client can ignore
69
-
the use of invalid HTTPS certificates in the Monitor API. It can be useful for
70
-
on-prem installations. It can also be sourced from the `SYSDIG_MONITOR_INSECURE_TLS`
71
-
environment variable. By default this is false.
87
+
the use of invalid HTTPS certificates in the Monitor API. It can be useful for
88
+
on-prem installations.<br/> It can also be sourced from the `SYSDIG_MONITOR_INSECURE_TLS`
89
+
environment variable. By default, this is false.
90
+
91
+
92
+
### Secure Authentication
93
+
94
+
When Secure resources are to be created, this authentication must be in place.
95
+
96
+
*`sysdig_secure_url` - (Required) This is the target Sysdig Secure base API
97
+
endpoint. It's intended to be used with OnPrem installations.
98
+
<br/>By default, it points to `https://secure.sysdig.com`.
99
+
<br/>[Find your Sysdig Saas region url](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#saas-regions-and-ip-ranges) (Secure endpoint)
100
+
<br/> It can also be sourced from the `SYSDIG_SECURE_URL` environment variable.
101
+
<br/>Notice: it should not be ended with a slash.<br/><br/>
102
+
103
+
*`sysdig_secure_api_token` - (Required) The Sysdig Secure API token
104
+
<br/>[Find API Token](https://docs.sysdig.com/en/docs/administration/on-premises-deployments/find-the-super-admin-credentials-and-api-token/#find-sysdig-api-token)
105
+
<br/>It can also be configured from the `SYSDIG_SECURE_API_TOKEN` environment variable.
106
+
<br/>Required if any `sysdig_secure_*` resource or data source is used.<br/><br/>
72
107
73
108
*`sysdig_secure_insecure_tls` - (Optional) Defines if the HTTP client can ignore
74
109
the use of invalid HTTPS certificates in the Secure API. It can be useful for
75
110
on-prem installations. It can also be sourced from the `SYSDIG_SECURE_INSECURE_TLS`
76
-
environment variable. By default this is false.
111
+
environment variable. By default, this is false.<br/><br/>
77
112
113
+
### Others
78
114
*`extra_headers` - (Optional) Defines extra HTTP headers that will be added to the client
0 commit comments