Skip to content

The Authress-Pulumi provider to automatically configure Authress from Pulumi

License

Notifications You must be signed in to change notification settings

Authress/pulumi-authress

Repository files navigation

Authress Pulumi Provider

The Authress Pulumi provider to automatically configure Authress from Pulumi.

GitHub Workflow Forums Pulumi

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 @pulumi/authress

or yarn:

yarn add @pulumi/authress

Python

To use from Python, install using pip:

pip install pulumi_authress

Go

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

go get github.com/Authress/pulumi-authress/sdk/go

.NET

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

dotnet add package Pulumi.Authress

Configuration

The following configuration points are available for the Authress provider:

Reference Examples

For detailed reference documentation, please visit the Pulumi registry.

Contributing

For developing this plugin see more information in Contributing.