Review the Identities CLI and RPC Handlers #258
Replies: 7 comments
-
There's a problem with From: MatrixAI/Polykey#326 (comment).
Solution to problem 3 and 4 should be designed along with MatrixAI/Polykey#329 and MatrixAI/Polykey#328. |
Beta Was this translation helpful? Give feedback.
-
This is a design issue, not yet for development. @emmacasolin should collate the comments here into the above PR description, and we'll schedule this to be tackled after testnet deployment is done. |
Beta Was this translation helpful? Give feedback.
-
Quoting MatrixAI/Polykey#493 (comment)
|
Beta Was this translation helpful? Give feedback.
-
Moving to Polykey-CLI. |
Beta Was this translation helpful? Give feedback.
-
@amydevs any comments here based on your review in the context of #30 and MatrixAI/Polykey#626 |
Beta Was this translation helpful? Give feedback.
-
To be part of the new docs too. |
Beta Was this translation helpful? Give feedback.
-
@amydevs @aryanjassal @tegefaulkes converted to discussion here. |
Beta Was this translation helpful? Give feedback.
-
Specification
Our Identities CLI seems incomplete and needs to be reviewed. In particular:
identitiesToken*
rpc handlers have no corresponding CLI commands - something likepk identities token ...
should be addedidentitiesProvidersList
rpc handler has no corresponding CLI command - possible command could bepk identities providers
identitiesAuthenticatedGet
rpc handler (which returns the user's own authenticated identities) currently uses the commandpk identities authenticated
- this name is very similar topk identities authenticate
and could get confusingidentitiesTokenGet
) should be reviewedpk identities
subcommandgestalts list
and anidentities list
command)identities trust
command does not add a new node into the gestalt graph if it cannot find it in the node graph/via KademliaAdditional context
Tasks
Beta Was this translation helpful? Give feedback.
All reactions