Viewing docs for Kong v4.5.13
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Kong Provider
Viewing docs for Kong v4.5.13
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Installation
The Kong provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/kong - Python:
pulumi-kong - Go:
github.com/pulumi/pulumi-kong/sdk/v4/go/kong - .NET:
Pulumi.Kong - Java:
com.pulumi/kong
Overview
The Kong Pulumi Provider tested against real Kong (using Docker)!
Pulumi provider tested to work against Kong 2.X.
Usage
To configure the provider:
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
kong:kongAdminUri:
value: http://localhost:8001
Optionally you can configure Username and Password for BasicAuth:
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
kong:kongAdminPassword:
value: yourpass
kong:kongAdminUri:
value: http://localhost:8001
kong:kongAdminUsername:
value: youruser
Configuration Reference
In addition to generic provider arguments (e.g. alias and version), the following arguments are supported in the Kong provider configuration:
kongAdminUri- (Required) The URI of the Kong admin API, can be sourced from theKONG_ADMIN_ADDRenvironment variablekongAdminUsername- (Optional) The username for the Kong admin API if set, can be sourced from theKONG_ADMIN_USERNAMEenvironment variablekongAdminPassword- (Optional) The password for the Kong admin API if set, can be sourced from theKONG_ADMIN_PASSWORDenvironment variabletlsSkipVerify- (Optional) Whether to skip TLS certificate verification for the kong api when using https, can be sourced from theTLS_SKIP_VERIFYenvironment variablekongApiKey- (Optional) API key used to secure the kong admin API, can be sourced from theKONG_API_KEYenvironment variablekongAdminToken- (Optional) API key used to secure the kong admin API in the Enterprise Edition, can be sourced from theKONG_ADMIN_TOKENenvironment variablekongWorkspace- (Optional) Workspace context (Enterprise Edition)strictPluginsMatch- (Optional) Should pluginsconfigJsonfield strictly match plugin configuration
Viewing docs for Kong v4.5.13
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
