hashicorp / sentinel-sdk

This SDK allows developers to extend Sentinel to source external information for use in their policies.
Mozilla Public License 2.0
51 stars 13 forks source link

Language-agnostic gRPC interface usage documentation #3

Closed mschuchard closed 6 years ago

mschuchard commented 7 years ago

I am taking a stab at implementing a Sentinel plugin in C++11 and think it would be helpful for documentation to exist for using the Sentinel gRPC interface. For example, are we setting up a server and a client to use the interface, or just a client? If using a server, are we creating a generic Sentinel server or need to create a custom one? Another example: how do messages within Get map to Sentinel namespaces (this is discussed for go, but with a different API and therefore it is not obvious how to directly correlate)?

Thanks for the consideration.