JSPM

@scoretechnologies/zitadel

v0.1.14
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 63
  • Score
    100M100P100Q82938F
  • License Apache-2.0

A Pulumi package for creating and managing zitadel cloud resources.

Package Exports

  • @scoretechnologies/zitadel
  • @scoretechnologies/zitadel/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@scoretechnologies/zitadel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Zitadel Resource Provider

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 @scoretechnologies/zitadel

or yarn:

yarn add @scoretechnologies/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/scoretechnologies/pulumi-zitadel/sdk/go/...

.NET

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

dotnet add package scoretechnologies.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.