opentdf / platform

Persistent data centric security that extends owner control wherever data travels
BSD 3-Clause Clear License
19 stars 11 forks source link

fix: grpc-gateway connection with tls enabled #1758

Closed strantalis closed 1 week ago

strantalis commented 1 week ago

Proposed Changes

Fixes grpc-gateway from endpoint to support tls. This was a miss on the initial pr https://github.com/opentdf/platform/pull/1733 because we don't have any tests where we enable tls. So this pull request updates the integration tests to run with tls enabled as well.

Checklist

Testing Instructions