A Pulumi package for creating and managing Kong resources.
Project description
Kong Resource Provider
The Kong resource provider for Pulumi lets you manage Kong resources in your cloud programs. To use this package, please install the Pulumi CLI first.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/kong
or yarn
:
$ yarn add @pulumi/kong
Python
To use from Python, install using pip
:
$ pip install pulumi_kong
Go
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-kong/sdk/v4
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Kong
Configuration
The following configuration points are available:
kong:kongAdminUri
- The url of the kong admin api. May be set via theKONG_ADMIN_ADDR
environment variable. Defaults tohttp://localhost:8001
.kong:kongAdminUsername
- Username for the kong admin api. May be set via theKONG_ADMIN_USERNAME
environment variable.kong:kongAdminPassword
- Password for the kong admin api. May be set via theKONG_ADMIN_PASSWORD
environment variable.kong:tlsSkipVerify
- Whether to skip tls certificate verification for the kong api when using https. May be set via theTLS_SKIP_VERIFY
environment variable. Defaults tofalse
.kong:kongApiKey
- API key used to secure the kong admin API. May be set via theKONG_API_KEY
environment variable.kong:kongAdminToken
- API key used to secure the kong admin API in the Enterprise Edition. May be set via theKONG_ADMIN_TOKEN
environment variable.kong:strictPluginsMatch
- Should pluginsconfig_json
field strictly match plugin configuration. May be set via theSTRICT_PLUGINS_MATCH
environment variable. Defaults tofalse
.
Reference
For further information, please visit the Kong provider docs or for detailed reference documentation, please visit the API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pulumi_kong-4.6.0a1706746822.tar.gz
.
File metadata
- Download URL: pulumi_kong-4.6.0a1706746822.tar.gz
- Upload date:
- Size: 34.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61aec23daa744debf2aca1c268fae82578208a042836299b33848abc8ea7997e |
|
MD5 | 24db32de194923f085b696e1799fb84d |
|
BLAKE2b-256 | 74b881403c2294af1cd8147c17c017ad4500c796d371f812e991eb81bde9e194 |
File details
Details for the file pulumi_kong-4.6.0a1706746822-py3-none-any.whl
.
File metadata
- Download URL: pulumi_kong-4.6.0a1706746822-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7587be86138f3af5a4afcd804300ba8fd6ecd2d475ce9315ae0871810821c339 |
|
MD5 | 6ea1fd75661a11bea8108d036abe1019 |
|
BLAKE2b-256 | 1f61bfe673bfc7616de5ce0003334d6353f480a1bf388734ec8e9ae44553c460 |