Giter Club home page Giter Club logo

pulumi-fusionauth's Introduction

FusionAuth Resource Provider

The FusionAuth Resource Provider lets you manage FusionAuth resources.

This is bridged using the Terraform FusionAuth package.

You can look at the Terraform FusionAuth docs by gpsinsight to get an idea of what is available in this package.

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-fusionauth

or yarn:

yarn add pulumi-fusionauth

Python

To use from Python, install using pip:

pip install theogravity-pulumi-fusionauth

Go

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

go get github.com/theogravity/pulumi-fusionauth/sdk/go/fusionauth

.NET

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

dotnet add package theogravity.Fusionauth

Configuration

The following configuration points are available for the fusionauth provider:

  • fusionauth:host (environment: FUSION_AUTH_HOST_URL) - the URL to the FusionAuth instance with the trailing slash omitted (ex: https://instance.fusionauth.io)
  • fusionauth:api_key (environment: FUSION_AUTH_API_KEY) - the API key for fusionauth

pulumi-fusionauth's People

Contributors

stack72 avatar susanev avatar theogravity avatar

Watchers

 avatar  avatar

Forkers

stack72 susanev

pulumi-fusionauth's Issues

Missing Configuration:

Hi
First, Thank you for great job on this package

application.jwtConfiguration.refreshTokenExpirationPolicy is not available inside the fusoinauth-pulumi package

can you check this please

Unable to download older plugin version

If you were using version 2.7.0 - 2.15.0, I had removed them without realizing it also removes the binaries (they were broken anyways).

If Pulumi gives an error that it is unable to download the plugin, you'll have to do a manual plugin upgrade:

$ pulumi plugin rm resource fusionauth 2.15.0
$ pulumi stack export --file output.json

Edit output.json and update the following values to (or replace 2.16.0 with whatever is latest):

(2.16.0 was the latest as of this writing)

    "pluginDownloadURL": "https://github.com/theogravity/pulumi-fusionauth/releases/download/v2.16.0",
    "version": "2.16.0"

$ pulumi stack import --file output.json

If using node, update your package.json to 2.16.0 or whatever is latest, and install to get the latest plugin, then you can do pulumi up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.