drriguz opened a new issue, #7814: URL: https://github.com/apache/apisix/issues/7814
### Description Authentication should be configured for production gRPC services, see https://grpc.io/docs/guides/auth/. When token based authentication is enabled for the grpc backend, how should I specify it in APISIX? I could not found any documentation about that, is it supported? ``` "upstream": { "scheme": "grpc", "type": "roundrobin", "nodes": { "127.0.0.1:50051": 1 } } ``` ### Environment Latest APISIX -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
