kanali
kanali copied to clipboard
Implement Admin Server
It would be nice to have and JSON API that relayed the following relationships:
- Which
ApiProxyresources does a specificApiKeyhave access to? - Which
ApiKeyresources have access to a specificApiProxyand in what way?
The reason this would need to be another server within the Kanali application as opposed to a separate application is because we want to know the results as Kanali's internal store would interpret them and not what is represented in etcd (although they should be one in the same).
The api specification has not been proposed yet and still needs to be done (openapi please).
This api will start to lay the groundwork for a UI.