Commit 22b1663
committed
fix(enroll.nu): default agent name to 'demo-agent'
JWTs minted from the DVLS UI without an explicit name in the dialog
do not carry a `jet_agent_name` claim, and the agent's `up`
subcommand requires `--name`. Pass a sensible default so the
demo helper works on any JWT, and let the caller override:
nu enroll.nu "<JWT>"
nu enroll.nu "<JWT>" my-agent1 parent e3cfe35 commit 22b1663
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments