Skip to content

pulumi/pulumi-onelogin

rActions Status Slack NPM version Python version NuGet version PkgGoDev License

OneLogin Resource Provider

OneLogin Resource Provider for Pulumi lets you manage OneLogin resources. To use this package, please install the Pulumi CLI first. This provider is bridge to github.com/onelogin/terraform-provider-onelogin.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/onelogin

or yarn:

$ yarn add @pulumi/onelogin

Python

To use from Python, install using pip:

$ pip install pulumi_onelogin

Go

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

$ go get github.com/pulumi/pulumi-onelogin/sdk/go/...

Configuration

You'll need admin access to a OneLogin account where you can create API credentials. Create a set of API credentials with manage all permission. The following environment variables used to configure the onelogin provider:

  • ONELOGIN_CLIENT_ID - your client id
  • ONELOGIN_CLIENT_SECRET - your client secret
  • ONELOGIN_OAPI_URL - the api url for your region

Reference

For detailed reference documentation, please visit the API docs.