Authress Pulumi Provider
The Authress Pulumi provider to automatically configure Authress from 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:
authress:accessKey
- The access key for the Authress API. Should be configured by your CI/CD automatically. Or it can be overridden directly here. Do not commit this plaintext value to your source code.authress:customDomain
- Your Authress custom domain. Configure a custom domain for your Authress account or use the provided domain.
Reference Examples
For detailed reference documentation, please visit the Pulumi registry.
Contributing
For developing this plugin see more information in Contributing.