Name | pulumi-rabbitmq JSON |
Version |
3.3.8
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing RabbitMQ resources. |
upload_time | 2024-12-13 18:04:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
rabbitmq
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-rabbitmq/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rabbitmq/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Frabbitmq.svg)](https://www.npmjs.com/package/@pulumi/rabbitmq)
[![Python version](https://badge.fury.io/py/pulumi-rabbitmq.svg)](https://pypi.org/project/pulumi-rabbitmq)
[![NuGet version](https://badge.fury.io/nu/pulumi.rabbitmq.svg)](https://badge.fury.io/nu/pulumi.rabbitmq)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rabbitmq/blob/master/LICENSE)
# RabbitMQ Resource Provider
The RabbitMQ resource provider for Pulumi lets you manage RabbitMQ resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).
## 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/rabbitmq
or `yarn`:
$ yarn add @pulumi/rabbitmq
### Python
To use from Python, install using `pip`:
$ pip install pulumi_rabbitmq
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-rabbitmq/sdk/v2
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Rabbitmq
## Configuration
The following configuration points are available:
* `rabbitmq:endpoint` - (Required) The HTTP URL of the management plugin on the RabbitMQ server. The RabbitMQ management
plugin must be enabled in order to use this provder. Note: This is not the IP address or hostname of the RabbitMQ server
that you would use to access RabbitMQ directly. May be set via the `RABBITMQ_ENDPOINT` environment variable.
* `rabbitmq:username` - (Required) Username to use to authenticate with the server. May be set via the `RABBITMQ_USERNAME`
environment variable.
* `rabbitmq:password` - (Optional) Password for the given user. May be set via the `RABBITMQ_PASSWORD` environment variable.
* `rabbitmq:insecure` - (Optional) Trust self-signed certificates. May be set via the `RABBITMQ_INSECURE` environment variable.
* `rabbitmq:cacertFile` - (Optional) The path to a custom CA / intermediate certificate. May be set via the `RABBITMQ_CACERT`
environment variable.
## Reference
For further information, please visit [the RabbitMQ provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rabbitmq) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rabbitmq).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-rabbitmq",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, rabbitmq",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f3/5b/d420b9b4d111d1a68df3de75e4c923d68638c99347744c08f2399ca1dd9f/pulumi_rabbitmq-3.3.8.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-rabbitmq/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rabbitmq/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%2Frabbitmq.svg)](https://www.npmjs.com/package/@pulumi/rabbitmq)\n[![Python version](https://badge.fury.io/py/pulumi-rabbitmq.svg)](https://pypi.org/project/pulumi-rabbitmq)\n[![NuGet version](https://badge.fury.io/nu/pulumi.rabbitmq.svg)](https://badge.fury.io/nu/pulumi.rabbitmq)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rabbitmq/blob/master/LICENSE)\n\n# RabbitMQ Resource Provider\n\nThe RabbitMQ resource provider for Pulumi lets you manage RabbitMQ resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\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/rabbitmq\n\nor `yarn`:\n\n $ yarn add @pulumi/rabbitmq\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_rabbitmq\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-rabbitmq/sdk/v2\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Rabbitmq\n\n## Configuration\n\nThe following configuration points are available:\n\n* `rabbitmq:endpoint` - (Required) The HTTP URL of the management plugin on the RabbitMQ server. The RabbitMQ management \n plugin must be enabled in order to use this provder. Note: This is not the IP address or hostname of the RabbitMQ server \n that you would use to access RabbitMQ directly. May be set via the `RABBITMQ_ENDPOINT` environment variable.\n* `rabbitmq:username` - (Required) Username to use to authenticate with the server. May be set via the `RABBITMQ_USERNAME`\n environment variable.\n* `rabbitmq:password` - (Optional) Password for the given user. May be set via the `RABBITMQ_PASSWORD` environment variable.\n* `rabbitmq:insecure` - (Optional) Trust self-signed certificates. May be set via the `RABBITMQ_INSECURE` environment variable.\n* `rabbitmq:cacertFile` - (Optional) The path to a custom CA / intermediate certificate. May be set via the `RABBITMQ_CACERT` \n environment variable.\n\n\n## Reference\n\nFor further information, please visit [the RabbitMQ provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rabbitmq) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rabbitmq).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing RabbitMQ resources.",
"version": "3.3.8",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-rabbitmq"
},
"split_keywords": [
"pulumi",
" rabbitmq"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b4f54eea11727431790c630d3c6c2097e18e1ea7fbd156ef5e9a2285a1d12321",
"md5": "0e4476dedccde4a18c39251896c03a32",
"sha256": "0ca9adacb50bf0e3c7b68a6d3745a549ac2ef2e133eaab0b0eeea45b8f3b0c1d"
},
"downloads": -1,
"filename": "pulumi_rabbitmq-3.3.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e4476dedccde4a18c39251896c03a32",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 50032,
"upload_time": "2024-12-13T18:04:06",
"upload_time_iso_8601": "2024-12-13T18:04:06.321861Z",
"url": "https://files.pythonhosted.org/packages/b4/f5/4eea11727431790c630d3c6c2097e18e1ea7fbd156ef5e9a2285a1d12321/pulumi_rabbitmq-3.3.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f35bd420b9b4d111d1a68df3de75e4c923d68638c99347744c08f2399ca1dd9f",
"md5": "cc3e6132e40b5e66535a06ff56bdce2b",
"sha256": "6a30fd826ad68de1511d7e841c7cbc6a1e22e6054b6255ffc667c429a1ebc4b5"
},
"downloads": -1,
"filename": "pulumi_rabbitmq-3.3.8.tar.gz",
"has_sig": false,
"md5_digest": "cc3e6132e40b5e66535a06ff56bdce2b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 30717,
"upload_time": "2024-12-13T18:04:14",
"upload_time_iso_8601": "2024-12-13T18:04:14.183545Z",
"url": "https://files.pythonhosted.org/packages/f3/5b/d420b9b4d111d1a68df3de75e4c923d68638c99347744c08f2399ca1dd9f/pulumi_rabbitmq-3.3.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 18:04:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-rabbitmq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-rabbitmq"
}