Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulumiverse/pulumi-zitadel
Pulumi provider for Zitadel
https://github.com/pulumiverse/pulumi-zitadel
pulumi pulumi-provider
Last synced: about 1 month ago
JSON representation
Pulumi provider for Zitadel
- Host: GitHub
- URL: https://github.com/pulumiverse/pulumi-zitadel
- Owner: pulumiverse
- License: apache-2.0
- Created: 2023-05-15T23:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T10:18:57.000Z (7 months ago)
- Last Synced: 2024-11-28T16:51:34.674Z (about 2 months ago)
- Topics: pulumi, pulumi-provider
- Language: Python
- Homepage:
- Size: 1.45 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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/).