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
15 stars 4 forks source link

Policy: doc drift in Resource Mappings proto comments #979

Closed jakedoublev closed 2 weeks ago

jakedoublev commented 2 weeks ago

There is doc drift in the gencode comments for Resource Mapping CRUD functions.

Name is not a valid field: https://github.com/opentdf/platform/blob/main/service/policy/resourcemapping/resource_mapping.proto#L51

Description is not a valid metadata field: https://github.com/opentdf/platform/blob/main/service/policy/resourcemapping/resource_mapping.proto#L122

Acceptance Criteria

  1. comments with grpcurl suggestions are removed from protos as they are always likely to get stale
  2. Go code is regenerated without those stale/doc-drifted comments