The Authress Pulumi provider to automatically configure Authress from Pulumi.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/authress
or yarn
:
yarn add @pulumi/authress
To use from Python, install using pip
:
pip install pulumi_authress
To use from Go, use go get
to grab the latest version of the library:
go get github.com/Authress/pulumi-authress/sdk/go
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Authress
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.
For detailed reference documentation, please visit the Pulumi registry.
For developing this plugin see more information in Contributing.