Skip to main content

A Pulumi package for creating and managing zitadel cloud resources.

Project description

Zitadel Resource Provider

⚠️WARNING: I do not maintain this repo anymore. Wating for zitadel to respond

The Zitadel Resource Provider lets you manage Zitadel 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:

npm install @pulumiverse/zitadel

or yarn:

yarn add @pulumiverse/zitadel

Python

To use from Python, install using pip:

pip install pulumi_zitadel

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-zitadel/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumiverse_zitadel-0.1.7.tar.gz (119.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page