opentdf / platform

OpenTDF Platform monorepo enabling the development and integration of _forever control_ of data into new and existing applications. The concept of forever control stems from an increasingly common concept known as zero trust.
BSD 3-Clause Clear License
18 stars 7 forks source link

Remove KAS `Info` RPC #1056

Open strantalis opened 3 months ago

strantalis commented 3 months ago

KAS currently has an INFO rpc defined and seems to only be used during tests. Because it is unimplemented we should remove that unused rpc and update any tests that are dependent on it.

https://github.com/opentdf/platform/blob/1be04f6355cc753f8bc0ad98b7c6e7e5c3535c79/service/kas/kas.proto#L61-L67