Name | pulumi-kong JSON |
Version |
4.5.7
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Kong resources. |
upload_time | 2024-12-13 18:03:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
kong
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-kong/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-kong/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fkong.svg)](https://www.npmjs.com/package/@pulumi/kong)
[![Python version](https://badge.fury.io/py/pulumi-kong.svg)](https://pypi.org/project/pulumi-kong)
[![NuGet version](https://badge.fury.io/nu/pulumi.kong.svg)](https://badge.fury.io/nu/pulumi.kong)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-kong/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-kong/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-kong/blob/master/LICENSE)
# 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](https://www.mailgun.com//).
## 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 the `KONG_ADMIN_ADDR` environment variable. Defaults to `http://localhost:8001`.
- `kong:kongAdminUsername` - Username for the kong admin api. May be set via the `KONG_ADMIN_USERNAME` environment variable.
- `kong:kongAdminPassword` - Password for the kong admin api. May be set via the `KONG_ADMIN_PASSWORD` environment variable.
- `kong:tlsSkipVerify` - Whether to skip tls certificate verification for the kong api when using https. May be set via the `TLS_SKIP_VERIFY` environment variable. Defaults to `false`.
- `kong:kongApiKey` - API key used to secure the kong admin API. May be set via the `KONG_API_KEY` environment variable.
- `kong:kongAdminToken` - API key used to secure the kong admin API in the Enterprise Edition. May be set via the `KONG_ADMIN_TOKEN` environment variable.
- `kong:strictPluginsMatch` - Should plugins `config_json` field strictly match plugin configuration. May be set via the `STRICT_PLUGINS_MATCH` environment variable. Defaults to `false`.
## Reference
For further information, please visit [the Kong provider docs](https://www.pulumi.com/docs/intro/cloud-providers/kong) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/kong).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-kong",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, kong",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/6c/0b/08df5719c7f16b864a0c77b4017a3954449e1d3a8ea001b1aaf1e2ff2292/pulumi_kong-4.5.7.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-kong/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-kong/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fkong.svg)](https://www.npmjs.com/package/@pulumi/kong)\n[![Python version](https://badge.fury.io/py/pulumi-kong.svg)](https://pypi.org/project/pulumi-kong)\n[![NuGet version](https://badge.fury.io/nu/pulumi.kong.svg)](https://badge.fury.io/nu/pulumi.kong)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-kong/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-kong/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-kong/blob/master/LICENSE)\n\n# Kong Resource Provider\n\nThe Kong resource provider for Pulumi lets you manage Kong resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://www.mailgun.com//).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/kong\n\nor `yarn`:\n\n $ yarn add @pulumi/kong\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_kong\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-kong/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Kong\n\n## Configuration\n\nThe following configuration points are available:\n\n- `kong:kongAdminUri` - The url of the kong admin api. May be set via the `KONG_ADMIN_ADDR` environment variable. Defaults to `http://localhost:8001`.\n- `kong:kongAdminUsername` - Username for the kong admin api. May be set via the `KONG_ADMIN_USERNAME` environment variable.\n- `kong:kongAdminPassword` - Password for the kong admin api. May be set via the `KONG_ADMIN_PASSWORD` environment variable.\n- `kong:tlsSkipVerify` - Whether to skip tls certificate verification for the kong api when using https. May be set via the `TLS_SKIP_VERIFY` environment variable. Defaults to `false`.\n- `kong:kongApiKey` - API key used to secure the kong admin API. May be set via the `KONG_API_KEY` environment variable.\n- `kong:kongAdminToken` - API key used to secure the kong admin API in the Enterprise Edition. May be set via the `KONG_ADMIN_TOKEN` environment variable.\n- `kong:strictPluginsMatch` - Should plugins `config_json` field strictly match plugin configuration. May be set via the `STRICT_PLUGINS_MATCH` environment variable. Defaults to `false`.\n\n## Reference\n\nFor further information, please visit [the Kong provider docs](https://www.pulumi.com/docs/intro/cloud-providers/kong) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/kong).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Kong resources.",
"version": "4.5.7",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-kong"
},
"split_keywords": [
"pulumi",
" kong"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "317287627b6566d4f11d99379c8a765ac51910e493fbe62d1f6f0aa72f4da1e4",
"md5": "2b054223a0e371022cc9cb50322fad61",
"sha256": "b5e41f67ef61ea264aa9e6573c7167e9cf40b2cf7716c2f5eadccc2e4e1c16ac"
},
"downloads": -1,
"filename": "pulumi_kong-4.5.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b054223a0e371022cc9cb50322fad61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 51265,
"upload_time": "2024-12-13T18:03:05",
"upload_time_iso_8601": "2024-12-13T18:03:05.986504Z",
"url": "https://files.pythonhosted.org/packages/31/72/87627b6566d4f11d99379c8a765ac51910e493fbe62d1f6f0aa72f4da1e4/pulumi_kong-4.5.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c0b08df5719c7f16b864a0c77b4017a3954449e1d3a8ea001b1aaf1e2ff2292",
"md5": "204ad1a312910da2f409a5efb7b503bb",
"sha256": "16ed54a246e67c50a7852a8fbd690ab05274c5f461280d015f2419982c589978"
},
"downloads": -1,
"filename": "pulumi_kong-4.5.7.tar.gz",
"has_sig": false,
"md5_digest": "204ad1a312910da2f409a5efb7b503bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 35297,
"upload_time": "2024-12-13T18:03:08",
"upload_time_iso_8601": "2024-12-13T18:03:08.374136Z",
"url": "https://files.pythonhosted.org/packages/6c/0b/08df5719c7f16b864a0c77b4017a3954449e1d3a8ea001b1aaf1e2ff2292/pulumi_kong-4.5.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 18:03:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-kong",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-kong"
}