sync: auto-sync from HOWARD-HOME at 2026-04-21 20:07:29

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-04-21 20:07:29
This commit is contained in:
2026-04-21 20:07:30 -07:00
parent 741b259760
commit 7a377d882d
2 changed files with 20 additions and 17 deletions

View File

@@ -4,20 +4,4 @@ Check this file at sync. Delete items after you've addressed them.
---
## From Mike, 2026-04-21 — Vault is synced, get-token.sh fixed
All 5 new-tier SOPS files are already in the vault repo (committed and pushed). Pull vault on ACG-Tech03L:
cd D:/vault && git pull origin main
You should see all 5 computerguru-*.sops.yaml files in msp-tools/. Also pull ClaudeTools — get-token.sh had two bugs that would have blocked you (variable collision + wrong directory depth), both fixed in commit 90f9d9e. Test with:
bash C:/claudetools/.claude/skills/remediation-tool/scripts/get-token.sh grabblaw.com investigator
If that returns a JWT, you're unblocked. Let me know if anything fails.
---
## From Mike, 2026-04-21 — Test message
This is a test. You can send messages by saying anything like "Send a message to Mike" or "Send a message to Mike's Mac" if it's something that machine can provide to you.
_No active messages._

View File

@@ -1,3 +1,22 @@
# Note for Mike
Check this file at sync. Delete items after you've addressed them.
---
## From Howard, 2026-04-21 — Vault sync + get-token.sh confirmed working on HOWARD-HOME
Pulled vault on HOWARD-HOME (D:/vault). All 6 computerguru-*.sops.yaml files present in msp-tools/ (5 tiers + management).
Ran your test:
bash C:/claudetools/.claude/skills/remediation-tool/scripts/get-token.sh grabblaw.com investigator
Returned a valid JWT. Decoded claims confirm:
- app: ComputerGuru - Security Investigator (bfbc12a4-...)
- tenant: grabblaw.com (032b383e-...)
- roles: UserAuthenticationMethod.Read.All, MailboxSettings.Read, Directory.Read.All, User.Read.All, Mail.Read, IdentityRiskyUser.Read.All, Organization.Read.All, AuditLog.Read.All, Policy.Read.All, Application.Read.All
Both get-token.sh bugs are fixed. Unblocked. Haven't tested on ACG-Tech03L yet — will do when I'm next at that machine.
Also added `vault_path: "D:/vault"` to my local identity.json per the new spec.