opentdf / charts

OpenTDF Helm Charts
BSD 3-Clause Clear License
4 stars 0 forks source link

fix: correct h2c service appProtocol #77

Closed imdominicreed closed 3 months ago

imdominicreed commented 3 months ago

Platform's service appProtocol is h2c. According to kubernetes docs, it should be kubernetes.io/h2c.

HTTP Requests were being received as HTTP/1.1, rather than HTTP2 causing gRPC requests to fail.