Replies: 1 comment
-
I think you will need another authentication method to the upstreams if you cannot control the vpc such as mtls or any authentication method they support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
We are using Kong as Open API gateway for our partners, and enable HMAC-Auth policy. Kong gateway append an "X-Consumer-Custom-ID" header for all valid request automatically, and upstream service check the "X-Consumer-Custom-ID" header to identify Consumer. Currently, our upstream service always trust the request from Kong gateway server IP, without any other authentication mechanism.
We want enhance security between our Kong gateway and upstream service, any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions