Skip to main content

How To Onboard An Application Using Kong API Gateway

Prerequisites

  • The APIsec platform requires the Kong Gateway Server URL and an API Key to connect using Key authentication

    • Server URL: Get the address where Kong Admin API is accessible.
    • API Key: Obtain an API Key with read access to the following Admin API resources, which are used later
      • /services and /services/{service}/routes (for discovery and OAS generation flows)
  • The APIsec platform requires the Kong Gateway Server URL and username, password to connect using Basic authentication

    • Server URL: Get the address where Kong Admin API is accessible.
    • Username + Password for the Admin API
    • Same read permissions as above (services and routes)

Start Adding a New Application

Select Kong Gateway

  • Choose the "Kong Gateway" option. Choose the Kong Gateway

  • Register application from Kong Gateway, enable the toggle button

    Choose the Kong Gateway

  • If existing connections are available, they will be displayed in the Connections list. To create a new connection, click New Connection.

  • If no connections exist, a connection form is displayed, allowing you to enter the required details and create a connection.

    Choose the Kong Gateway


Enter Application Details

  • Fill the Form Name, Server URL, and select Auth Type as a Basic Auth.

  • Add Username and Password for Basic Auth

    alt text

  • Click Test Connection

    alt text

  • Test Connection Success Message

    alt text

  • Click "Create Connection"

    alt text

  • Select SERVICE NAME

    alt text

  • Click Continue

    alt text

  • Click Onboard

    alt text

  • Kong application Dashboard.

    alt text

Edit Kong Connection

To Edit Postman connection

  • Open your browser and visit: https://<your-tenant>.apisecapps.com

  • Click Integrations tab

    alt text

  • Click Onboard Applications adjacent to the Kong

    alt text

  • A list of existing Kong connections is displayed.

    alt text

  • Select the Pencil icon next to the connection you want to edit.

    alt text

  • Update the required details and Click on Test Connection

    alt text

  • once Test connection successfull then Click on Update Connection

    alt text

  • The updated connection is now displayed in the connections list.

    alt text

Delete Kong Connection

To Edit Postman connection

  • Open your browser and visit: https://<your-tenant>.apisecapps.com

  • Click Integrations tab

    alt text

  • Click Onboard Applications adjacent to the Kong

    alt text

  • A list of existing Kong connections is displayed.

    alt text

  • Select the Delete icon next to the connection you want to delete.

    alt text

  • Click Delete to confirm

    alt text

  • The deleted connection is no longer displayed in the connections list.

    alt text

Onboarding Kong application through file upload

  • Open your browser and visit: https://<your-tenant>.apisecapps.com

  • Click on the Add Application.

    Add Application

  • Choose the Kong Gateway.

    Choose the Kong Gateway

  • Enter Name of Application and Upload the decK file in JSON format.

    Choose the Kong Gateway

  • Click Continue

    Choose the Kong Gateway

  • Select OAS from the list

    Choose the Kong Gateway

  • Click Continue

    Choose the Kong Gateway

  • Click Onboard

    Choose the Kong Gateway

  • Kong application dashboard

    Choose the Kong Gateway