Commit 29d0797
committed
fix(cli): read L0 identity from config in JSON mode
The `identity --json` path was reading L0 facts from the
identity_facts table (tier=0), which is never populated. L0 data
(name, role, vault_purpose) lives in config.toml. Now the JSON
output mirrors the non-JSON path by reading from config.1 parent 10336a3 commit 29d0797
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
620 | 631 | | |
621 | 632 | | |
622 | | - | |
| 633 | + | |
623 | 634 | | |
624 | 635 | | |
625 | 636 | | |
| |||
0 commit comments