Skip to content

Commit dce57e4

Browse files
authored
Improve Secrets doc (DataDog#9013)
We now explicitly say that PowerShell or Python script are not valid Win32 app
1 parent 3ccf5bc commit dce57e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/agent/guide/secrets-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ On Windows, the executable set as `secret_backend_command` must:
111111

112112
* Have read/exec for `ddagentuser` (the user used to run the Agent).
113113
* Have no rights for any user or group except for the `Administrators` group, the built-in Local System account, or the Agent user context (`ddagentuser` by default)
114-
* Be a valid Win32 application so the Agent can execute it.
114+
* Be a valid Win32 application so the Agent can execute it (a PowerShell or Python script would not work for example).
115115

116116
{{% /tab %}}
117117
{{< /tabs >}}

0 commit comments

Comments
 (0)