Kong Konnect Gateway requires both Basic Auth and API Key #7780
Unanswered
rahulrai-in
asked this question in
Help
Replies: 1 comment 1 reply
-
Hello @rahulrai-in, First thing I would look at is to double check the Also, you should make sure basic auth is not enabled for the Route/Service object that you are using for proxying this request (if it is not needed). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the Konnect runtime and created a user for the backend service. I published the service to the developer portal and selected key-auth for authentication.
Strangely, just using the API Key to make API requests always returned HTTP 401 Unauthorized response from the gateway. I created a basic auth credential and used the coded credential in my request to have the request reach the backend service as so:
I want to understand whether this is the desired behavior and what is the rationale for having two credentials in the same request?
Beta Was this translation helpful? Give feedback.
All reactions