Kong Konnect
Setting Up A Free Trial API Gateway With Enterprise Features

Integrate With Kong Konnect
This setup gives you access to the ENTERPRISE-licenced AI plugins during the free trial.
Sign up at https://konghq.com/products/kong-konnect/register
Click “Set up a Kong API Gateway”
Select “Self-Managed Hybrid” and specify the name. Click “Next Step”
Select “Linux (Docker)” as the platform. Click “Generate certificate”.
Open your polytope.yml file in your project directory.
- { name: KONG_CLUSTER_CONTROL_PLANE, value: a6b7f53c23.us.cp0.konghq.com:443 }
- { name: KONG_CLUSTER_SERVER_NAME, value: a6b7f53c23.us.cp0.konghq.com }
- { name: KONG_CLUSTER_TELEMETRY_ENDPOINT, value: a6b7f53c23.us.tp0.konghq.com:443 }
- { name: KONG_CLUSTER_TELEMETRY_SERVER_NAME, value: a6b7f53c23.us.tp0.konghq.com }
value: |-
-----BEGIN CERTIFICATE-----
MIIxxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx
-----END CERTIFICATE-----
- name: KONG_CLUSTER_CERT_KEY
value: |-
-----BEGIN PRIVATE KEY-----
MIGxxx
xxx
xxx
xxx
-----END PRIVATE KEY-----
Change the above env variables to the values generated. Certificates should of course be stored as secrets, but Polytope does not yet support multiline secrets yet. This will be fixed soon.
Last updated