I am new to Kong. I am using Kong version 0.12.1. I have configured my api with Kong using basic-auth and it works as per the document, I am able to GET the host url with authentication using Kong Proxy in command window curl -i -X GET --url https://localhost:8443/ -H 'Host: example.com' -H 'Authorization: Basic XXXXXXXXXX' . But I need to secure my API using kong in a way that anyone who makes an api call needs to be authenticated via Kong.
Your suggestions are much appreciated...... Thank you