# Zitadel Resource Provider
The Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @pulumiverse/zitadel
```
or `yarn`:
```bash
yarn add @pulumiverse/zitadel
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_zitadel
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-zitadel/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumiverse.Zitadel
```
## Configuration
The following configuration points are available for the `zitadel` provider:
- `zitadel:domain` - domain used to connect to the ZITADEL instance
- `zitadel:insecure` - use insecure connection
- `zitadel:jwtProfileFile` - path to the file containing credentials to connect to ZITADEL. Either `jwtProfileFile` or `jwtProfileJson`
- `zitadel:jwtProfileJson` - JSON value of credentials to connect to ZITADEL. Either `jwtProfileFile` or `jwtProfileJson` is required
- `zitadel:port` - used port if not the default ports 80 or 443 are configured
- `zitadel:token` - path to the file containing credentials to connect to ZITADEL
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/zitadel/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://www.pulumi.com",
"name": "pulumiverse-zitadel",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "pulumi zitadel category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/99/b8/2096d7976c66c4baaa9becc0b51544718eca9c696f417ec54d20fb189370/pulumiverse_zitadel-0.1.8.tar.gz",
"platform": null,
"description": "# Zitadel Resource Provider\n\nThe Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/zitadel\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/zitadel\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_zitadel\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-zitadel/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Zitadel\n```\n\n## Configuration\n\nThe following configuration points are available for the `zitadel` provider:\n\n- `zitadel:domain` - domain used to connect to the ZITADEL instance\n- `zitadel:insecure` - use insecure connection\n- `zitadel:jwtProfileFile` - path to the file containing credentials to connect to ZITADEL. Either `jwtProfileFile` or `jwtProfileJson`\n- `zitadel:jwtProfileJson` - JSON value of credentials to connect to ZITADEL. Either `jwtProfileFile` or `jwtProfileJson` is required\n- `zitadel:port` - used port if not the default ports 80 or 443 are configured\n- `zitadel:token` - path to the file containing credentials to connect to ZITADEL\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/zitadel/api-docs/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing zitadel cloud resources.",
"version": "0.1.8",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/pulumiverse/pulumi-zitadel"
},
"split_keywords": [
"pulumi",
"zitadel",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99b82096d7976c66c4baaa9becc0b51544718eca9c696f417ec54d20fb189370",
"md5": "a4c0c6361abc4f79eef3dd4bfa1899d5",
"sha256": "d7692dd4025ec099ba8936a9cdf77db6589b7b05b7a76d70369a0e2116f6ad56"
},
"downloads": -1,
"filename": "pulumiverse_zitadel-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "a4c0c6361abc4f79eef3dd4bfa1899d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 119686,
"upload_time": "2024-05-30T09:52:17",
"upload_time_iso_8601": "2024-05-30T09:52:17.914388Z",
"url": "https://files.pythonhosted.org/packages/99/b8/2096d7976c66c4baaa9becc0b51544718eca9c696f417ec54d20fb189370/pulumiverse_zitadel-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-30 09:52:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumiverse",
"github_project": "pulumi-zitadel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumiverse-zitadel"
}