S27: verae.npe.dir.lookup and dir.list catalog rows
Some checks are pending
ci / catalog (push) Waiting to run
Some checks are pending
ci / catalog (push) Waiting to run
This commit is contained in:
parent
709339e7ef
commit
25c930e760
2 changed files with 108 additions and 0 deletions
|
|
@ -183,6 +183,52 @@
|
|||
"dead": "none",
|
||||
"timeout_sec": 5.0,
|
||||
"filter": "passthrough dest/subject clear; reject missing to, empty ct, plaintext body"
|
||||
},
|
||||
{
|
||||
"name": "verae.npe.dir.lookup",
|
||||
"pattern": "request-reply",
|
||||
"for": "Look up an endpoint HPKE public key",
|
||||
"from": [
|
||||
"any npe endpoint"
|
||||
],
|
||||
"to": [
|
||||
"pubkey-directory"
|
||||
],
|
||||
"in": {
|
||||
"handle": "string"
|
||||
},
|
||||
"out": {
|
||||
"enc_pk": "hex",
|
||||
"inbox": "npe.inbox.*"
|
||||
},
|
||||
"encryption": "public keys only (not content)",
|
||||
"reject": [
|
||||
"unknown handle"
|
||||
],
|
||||
"dead": "none",
|
||||
"timeout_sec": 5.0,
|
||||
"filter": "never returns private keys or message bodies"
|
||||
},
|
||||
{
|
||||
"name": "verae.npe.dir.list",
|
||||
"pattern": "request-reply",
|
||||
"for": "List all endpoint public keys so availability is visible",
|
||||
"from": [
|
||||
"any npe endpoint"
|
||||
],
|
||||
"to": [
|
||||
"pubkey-directory"
|
||||
],
|
||||
"in": {},
|
||||
"out": {
|
||||
"handles": "array",
|
||||
"keys": "public records"
|
||||
},
|
||||
"encryption": "public keys only (not content)",
|
||||
"reject": [],
|
||||
"dead": "none",
|
||||
"timeout_sec": 5.0,
|
||||
"filter": "public directory; no private keys"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue