code wiki / _hdl_build / nx_cred_admin.nx
nx_cred_admin.nx
buildroot/runtime/_hdl_build/nx_cred_admin.nx
about
nx_cred_admin.nx -- CREDENTIAL-REQUEST ADMIN VIEW (operator 2026-06-13: flag API-key needs as a
process + an admin UI to provide them). Sovereign: reads knowledge/registry/cred_requests.tsv (the
flag list) and renders knowledge/cred_admin.html (the admin UI the operator opens). The operator
provides the key to the sovereign vault (nx_password_vault, never git) -> status PROVIDED -> the API
lane reads it. DATA -> HTML view, no 3rd-party. Re-run via renameat (no-trunc landmine).
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const K_MAGIC_65536: i64 = 65536 |
| 8 | const K_MAGIC_65535: i64 = 65535 |
functions
| 10 | func ca_w(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd, s, n); return 0 } |
| 12 | func main() -> i64 |