The Zitadel Resource Provider lets you manage Zitadel resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/zitadel
or yarn
:
yarn add @pulumiverse/zitadel
To use from Python, install using pip
:
pip install pulumi_zitadel
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-zitadel/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.Zitadel
The following configuration points are available for the zitadel
provider:
zitadel:domain
- domain used to connect to the ZITADEL instancezitadel:insecure
- use insecure connectionzitadel:jwtProfileFile
- path to the file containing credentials to connect to ZITADEL. EitherjwtProfileFile
orjwtProfileJson
zitadel:jwtProfileJson
- JSON value of credentials to connect to ZITADEL. EitherjwtProfileFile
orjwtProfileJson
is requiredzitadel:port
- used port if not the default ports 80 or 443 are configuredzitadel:token
- path to the file containing credentials to connect to ZITADEL
For detailed reference documentation, please visit the Pulumi registry.