Cillers Documentation
  • Introduction
  • PREREQUISITES
  • Hardware And Operating System
  • Polytope
    • Installation For MacOS Users
    • Installation For Windows Users
    • Installation For Linux Users
  • INTEGRATIONS
    • Couchbase Capella
    • Kong Konnect
    • Opper AI
  • CILLERS SYSTEM DEMO TEMPLATES
    • Kong AI + API Gateway Hackathon
Powered by GitBook
On this page
  1. INTEGRATIONS

Kong Konnect

Setting Up A Free Trial API Gateway With Enterprise Features

PreviousCouchbase CapellaNextOpper AI

Last updated 27 days ago

Integrate With Kong Konnect

This setup gives you access to the ENTERPRISE-licenced AI plugins during the free trial.

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.

Sign up at

https://konghq.com/products/kong-konnect/register