feat(auth): integrate TinyAuth SSO for NetBox authentication
Deploy TinyAuth v4 as CT 115 (192.168.2.10) to provide centralized SSO authentication for NetBox via Nginx Proxy Manager. **New Infrastructure:** - CT 115: TinyAuth authentication layer - Domain: tinyauth.apophisnetworking.net - Integration: NPM auth_request → TinyAuth → NetBox **Configuration:** - Docker Compose with bcrypt-hashed credentials - NPM advanced config for auth_request integration - HTTPS enforcement via SSL termination **Issues Resolved:** - 500 Internal Server Error (Nginx config syntax) - "IP addresses not allowed" (APP_URL domain requirement) - Port mapping (8000:3000 for internal port 3000) - Invalid password (bcrypt hash requirement for v4) **Documentation:** - Complete TinyAuth README at services/tinyauth/README.md - Updated CLAUDE_STATUS.md with CT 115 infrastructure - Added bug report for scribe agent tool permissions **Note:** Container restart required on CT 115 to apply bcrypt hash 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
MemTotal: 181528356 kB
|
||||
MemFree: 37389532 kB
|
||||
MemAvailable: 68274376 kB
|
||||
Buffers: 320988 kB
|
||||
Cached: 27227780 kB
|
||||
SwapCached: 0 kB
|
||||
Active: 22466744 kB
|
||||
Inactive: 26166144 kB
|
||||
Active(anon): 21197176 kB
|
||||
Inactive(anon): 0 kB
|
||||
Active(file): 1269568 kB
|
||||
Inactive(file): 26166144 kB
|
||||
Unevictable: 30536 kB
|
||||
Mlocked: 25416 kB
|
||||
SwapTotal: 8388604 kB
|
||||
SwapFree: 8388604 kB
|
||||
Zswap: 0 kB
|
||||
Zswapped: 0 kB
|
||||
Dirty: 1704 kB
|
||||
Writeback: 0 kB
|
||||
AnonPages: 21114632 kB
|
||||
Mapped: 514080 kB
|
||||
Shmem: 121800 kB
|
||||
KReclaimable: 4775252 kB
|
||||
Slab: 8392624 kB
|
||||
SReclaimable: 4775252 kB
|
||||
SUnreclaim: 3617372 kB
|
||||
KernelStack: 13840 kB
|
||||
PageTables: 76308 kB
|
||||
SecPageTables: 11976 kB
|
||||
NFS_Unstable: 0 kB
|
||||
Bounce: 0 kB
|
||||
WritebackTmp: 0 kB
|
||||
CommitLimit: 99152780 kB
|
||||
Committed_AS: 28823228 kB
|
||||
VmallocTotal: 34359738367 kB
|
||||
VmallocUsed: 1557380 kB
|
||||
VmallocChunk: 0 kB
|
||||
Percpu: 58848 kB
|
||||
HardwareCorrupted: 0 kB
|
||||
AnonHugePages: 18036736 kB
|
||||
ShmemHugePages: 0 kB
|
||||
ShmemPmdMapped: 0 kB
|
||||
FileHugePages: 0 kB
|
||||
FilePmdMapped: 0 kB
|
||||
Unaccepted: 0 kB
|
||||
HugePages_Total: 0
|
||||
HugePages_Free: 0
|
||||
HugePages_Rsvd: 0
|
||||
HugePages_Surp: 0
|
||||
Hugepagesize: 2048 kB
|
||||
Hugetlb: 0 kB
|
||||
DirectMap4k: 363280 kB
|
||||
DirectMap2M: 9054208 kB
|
||||
DirectMap1G: 177209344 kB
|
||||
Reference in New Issue
Block a user