Commit 81fd4da
committed
feat(agent-installer): drop Gateway URL override field from dialog
The dialog's optional "Gateway URL (advanced)" textbox encouraged a
deployment pattern the Gateway explicitly doesn't support: pointing the
agent at the Gateway via a different host/IP than the canonical
externally-reachable `Hostname` configured on the Gateway side. Per the
team's design, a Gateway has one canonical hostname (the one its HTTPS
cert validates against); multiple agent-facing identities are not
supported.
Removed:
- `AGENT_TUNNEL_GATEWAY_URL` MSI public property (Program.cs, AgentProperties.cs)
- `--gateway` argument forwarding in CA.EnrollAgentTunnel (CustomActions.cs)
- gatewayUrl textbox + label + hint label from AgentTunnelDialog
(.cs + .Designer.cs), reduced TableLayoutPanel RowCount from 14 to 11
- `AgentTunnelDlgGatewayUrlLabel` / `AgentTunnelDlgGatewayUrlHint`
localization strings (en-us + fr-fr .wxl)
The JWT's `jet_gw_url` claim remains the sole source of truth for the
agent's enrollment endpoint and persisted tunnel identity. The CLI
`--gateway` flag on `agent.exe up` is still available for dev/operator
scenarios as an enrollment-transport override only (identity stays
anchored to the JWT host).1 parent 763cb73 commit 81fd4da
8 files changed
Lines changed: 1 addition & 62 deletions
File tree
- package/AgentWindowsManaged
- Actions
- Dialogs
- Properties
- Resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | 297 | | |
299 | 298 | | |
300 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
| |||
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
364 | | - | |
365 | 363 | | |
366 | 364 | | |
367 | 365 | | |
| |||
Lines changed: 1 addition & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | 355 | | |
357 | 356 | | |
358 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | 72 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments