HSH Zero-Trust REPL
$ /whoami
User: admin | Role: admin | Clearance: foyer
$ /knock mellow
HSH: Knock sequence invalid. Intrusion logged.
$
$ /knock mellon
HSH: Knock sequence accepted. DMZ Admin Portal Unlocked.
[GEM-EXEC]
{
"status": "success",
"message": "Schema 'session_token' saved atomically."
}
[+] ZTNA Global Middleware Successfully Injected!
[GEM-EXEC] x-crm-core evaluate_hsh_command --command "/whoami"
(venv) user@hauki-crm:/opt/hauki-gem$
x-crm-core evaluate_hsh_command --command "/whoami"
{
"status": "success",
"output": "User: admin | Role: admin | Clearance: foyer"
}
[GEM-EXEC] x-crm-core evaluate_hsh_command --command "/knock mellon"
(venv) user@hauki-crm:/opt/hauki-gem$
x-crm-core evaluate_hsh_command --command "/knock mellon"
{
"status": "success",
"output": "HSH: Knock sequence accepted. DMZ Admin Portal Unlocked."
}
[GEM-EXEC] x-crm-core list_records --schema_name user
(venv) user@hauki-crm:/opt/hauki-gem$
x-crm-core list_records --schema_name user
{
"total": 1,
"limit": 100,
"offset": 0,
"data": [
"usr-6b79d2a9"
]
} now dashboard fails.silently, after HSH knock it opens: HSH Zero-Trust
REPL
$ /whoami
User: admin | Role: admin | Clearance: foyer
$ /knock mellow
HSH: Knock sequence invalid. Intrusion logged.
$ /knock mellon
HSH: Knock sequence accepted. DMZ Admin Portal Unlocked. . . this is perfect,
and also totally customer programmable -- we can design customer-customizable
ACL's and allow them to add their.own custom unlock commands and access
levels. Fantastic. We can enable them to encrypt and decrypt databases into
ephemeral memory with automatic time based reset, so that valuables and
xertain data needs unlocking by those who have the keys, for specified time
only. This is a great foundation!