Commit 0121132
committed
[netbox] Add missing default for disable_keep_alive var
The disable_keep_alive variable in the httpjson input was declared as
required: true and show_user: false but with no default value. Because
the variable is hidden from the user and the system tests do not supply
it explicitly, Fleet rejects the package policy with:
inputs.httpjson.vars.disable_keep_alive: ["Disable HTTP Keep-Alives is required"]
Add default: false (the canonical pattern used by okta and 1password)
so Fleet can satisfy the required constraint without user input.
Closes #18665, #18666, #18667, #18668, #18727, #187281 parent cf28f96 commit 0121132
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
0 commit comments