Commit a88e970
Mark slurm seff_path as require_trusted_provider (#24235)
* fix(slurm): mark seff_path as require_trusted_provider
The seff binary path is resolved from the seff_path instance config
and used as argv[0] in subprocess.run, but seff_path was never declared
in the config spec, so it had no trusted-provider guard like the other
binary path fields.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore(slurm): add changelog entry for seff_path
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* ddev validate models slurm -s
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 18d2b26 commit a88e970
5 files changed
Lines changed: 19 additions & 1 deletion
File tree
- slurm
- assets/configuration
- changelog.d
- datadog_checks/slurm
- config_models
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
0 commit comments