Feature to allow headers with an underscore in mesh gateway
Requesting an option to relax the configuration of mesh gateway. As shown here: https://github.com/kumahq/kuma/blob/1.8.0/pkg/plugins/runtime/gateway/filter_chain_generator.go#L284 all the mesh gateway is configured to reject all requests containi...
Gerard Forns
about 2 years ago
in Mesh
0
Future consideration
The current HTTP API documentation does not indicate the schema of the request/response bodies for different requests. We can't be sure from the examples what are valid values for different fields, what's required and what's optional, etc. -> R...
Carl Draper
over 2 years ago
in Mesh
0
Future consideration
Is it would be possible to have a OpenID Connect policy in Kuma / Mesh as it is done in Kong Gateway.- As several exchanges between services won't go through the gateway each service will need to validate the token it will receive. If the mesh cou...
Gerard Forns
over 2 years ago
in Mesh
0
Future consideration
Is it possible to have a Proxy Caching policy in Kuma / Mesh as it is done in Kong Gateway (proxy-cache-advanced), especially for applying to external services?
Gerard Forns
over 2 years ago
in Mesh
0
Future consideration
We configured a TrafficTrace policy to trace to Jaeger (zipkin type) for observability. Can we populate the peer.service in the generated spans using the "kuma.io/service" Some info from peer.service: https://github.com/open-telemetry/opentelemetr...
Guest
over 1 year ago
in Mesh
0
Future consideration
Splunk can use a http protocol for log ingestion called HEC. It seems fairly simple an we might be able to add it easily. https://docs.splunk.com/Documentation/Splunk/9.0.5/Data/UsetheHTTPEventCollector
Charly Molter
over 1 year ago
in Mesh
0
Future consideration
Add OpenID and/or LDAP authentication to the Kong Mesh API
Currently the Kong Mesh API supports JWT token auth for users. The API should allow for integrating with a 3rd party IDP, either OpenID or LDAP or both.
Brent Yarger
over 1 year ago
in Mesh
0
Future consideration
Traffic Log Policy - provide a way to define logging file per dataplane
Would it be possible to have an option in the Traffic Log policy to define a file for dataplane? * In our implementation of the mesh we can have several members on the same machine and when they both try to write in the same file it doesn't work.*...
Gerard Forns
over 2 years ago
in Mesh
0
Future consideration