apisix
apisix copied to clipboard
help request: Does grpc-transcode plugin supports authenticated grpc service?
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
If the token can be specified directly, try to use proxy-rewrite plugin, set it there.
This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.