littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
119 stars 11 forks source link

Add `rpc GetPrincipal` #1153

Closed coltmcnealy-lh closed 1 day ago

coltmcnealy-lh commented 4 days ago
rpc GetPrincipal(PrincipalId) returns (Principal) {}

It should require global ACL's over the PRINCIPAL resource.

We should also support lhctl get principal on the CLI side.