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/authressor yarn:
yarn add @pulumi/authressTo use from Python, install using pip:
pip install pulumi_authressTo use from Go, use go get to grab the latest version of the library:
go get github.com/Authress/pulumi-authress/sdk/goTo use from .NET, install using dotnet add package:
dotnet add package Pulumi.AuthressThe 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.