Add ability to define the authority for a cluster. #10024
Labels
Prioritized
Indicating issue prioritized to be worked on in RFE stream
scope/1.19
Type: Enhancement
New feature or request
zendesk
Gloo Edge Product
Enterprise
Gloo Edge Version
1.17.0
Is your feature request related to a problem? Please describe.
When configuring various grpc services, extauth, ratelimit, or otel, it's reference using the upstream name:
Example Extauth
Example RateLimit:
Example Otel:
These gets configured to the following the envoy configs:
Rate-limit
extauth
otel:
Sometimes the backend grcp requires a different authority. Envoy supports passing a different authority in the
config.core.v3.GrpcService.EnvoyGrpc
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/grpc_service.proto#config-core-v3-grpcservice-envoygrpc
Describe the solution you'd like
Expose an option in the upstream to specify the authority.
For example.
Extauth:
and the resulting extauth will have
extauth
Describe alternatives you've considered
No response
Additional Context
No response
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: