pulumi-auth0


Namepulumi-auth0 JSON
Version 3.3.1 PyPI version JSON
download
home_page
SummaryA Pulumi package for creating and managing auth0 cloud resources.
upload_time2024-03-14 11:56:57
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi auth0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-auth0/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-auth0/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fauth0.svg)](https://www.npmjs.com/package/@pulumi/auth0)
[![Python version](https://badge.fury.io/py/pulumi-auth0.svg)](https://pypi.org/project/pulumi-auth0)
[![NuGet version](https://badge.fury.io/nu/pulumi.auth0.svg)](https://badge.fury.io/nu/pulumi.auth0)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-auth0/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-auth0/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-auth0/blob/master/LICENSE)

# Auth0 Resource Provider

The Auth0 Resource Provider lets you manage Auth0 resources.

## 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/auth0

or `yarn`:

    $ yarn add @pulumi/auth0

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_auth0

### Go

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

    $ go get github.com/pulumi/pulumi-auth0/sdk/v3

### .NET

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

    $ dotnet add package Pulumi.Auth0

## Configuration

The following configuration points are available:

- `auth0:apiToken` - (Optional) Your Auth0 [management api access
  token](https://auth0.com/docs/security/tokens/access-tokens/management-api-access-tokens). It can also be
  sourced from the `AUTH0_API_TOKEN` environment variable. It can be used instead of `auth0:clientId` +
  `auth0:clientSecret`. If both are specified, `auth0:apiToken` will be used over `auth0:clientId` +
  `auth0:clientSecret` fields.
- `auth0:audience` - (Optional) Your Auth0 audience when using a custom domain. It can also be sourced from
  the `AUTH0_AUDIENCE` environment variable.
- `auth0:clientId` - (Optional) Your Auth0 client ID. It can also be sourced from the `AUTH0_CLIENT_ID`
  environment variable.
- `auth0:clientSecret` - (Optional) Your Auth0 client secret. It can also be sourced from the
  `AUTH0_CLIENT_SECRET` environment variable.
- `auth0:debug` - (Optional) Indicates whether to turn on debug mode.
- `auth0:domain` - (Required) Your Auth0 domain name. It can also be sourced from the
  `AUTH0_DOMAIN` environment variable.

## Reference

For further information, please visit [the Auth0 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/auth0) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/auth0).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulumi-auth0",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi,auth0",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/7f/92/f5163501bf32e1e45eeb3888ce09997ae409ed4baf1f23c0ee6ab86ed91a/pulumi_auth0-3.3.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-auth0/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-auth0/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fauth0.svg)](https://www.npmjs.com/package/@pulumi/auth0)\n[![Python version](https://badge.fury.io/py/pulumi-auth0.svg)](https://pypi.org/project/pulumi-auth0)\n[![NuGet version](https://badge.fury.io/nu/pulumi.auth0.svg)](https://badge.fury.io/nu/pulumi.auth0)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-auth0/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-auth0/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-auth0/blob/master/LICENSE)\n\n# Auth0 Resource Provider\n\nThe Auth0 Resource Provider lets you manage Auth0 resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/auth0\n\nor `yarn`:\n\n    $ yarn add @pulumi/auth0\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_auth0\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-auth0/sdk/v3\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Auth0\n\n## Configuration\n\nThe following configuration points are available:\n\n- `auth0:apiToken` - (Optional) Your Auth0 [management api access\n  token](https://auth0.com/docs/security/tokens/access-tokens/management-api-access-tokens). It can also be\n  sourced from the `AUTH0_API_TOKEN` environment variable. It can be used instead of `auth0:clientId` +\n  `auth0:clientSecret`. If both are specified, `auth0:apiToken` will be used over `auth0:clientId` +\n  `auth0:clientSecret` fields.\n- `auth0:audience` - (Optional) Your Auth0 audience when using a custom domain. It can also be sourced from\n  the `AUTH0_AUDIENCE` environment variable.\n- `auth0:clientId` - (Optional) Your Auth0 client ID. It can also be sourced from the `AUTH0_CLIENT_ID`\n  environment variable.\n- `auth0:clientSecret` - (Optional) Your Auth0 client secret. It can also be sourced from the\n  `AUTH0_CLIENT_SECRET` environment variable.\n- `auth0:debug` - (Optional) Indicates whether to turn on debug mode.\n- `auth0:domain` - (Required) Your Auth0 domain name. It can also be sourced from the\n  `AUTH0_DOMAIN` environment variable.\n\n## Reference\n\nFor further information, please visit [the Auth0 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/auth0) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/auth0).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing auth0 cloud resources.",
    "version": "3.3.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-auth0"
    },
    "split_keywords": [
        "pulumi",
        "auth0"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c1ea62fb5f1468bb29ed2fb97b10cc5a91d278504bbcc9c5614de64aa377747",
                "md5": "67ff6d02fc6763ef296c3656afe42660",
                "sha256": "796ce510414cea4f40c26d50f46c7c52d1ece57555bbd74290e949cf19c9891b"
            },
            "downloads": -1,
            "filename": "pulumi_auth0-3.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67ff6d02fc6763ef296c3656afe42660",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 271887,
            "upload_time": "2024-03-14T11:56:55",
            "upload_time_iso_8601": "2024-03-14T11:56:55.166753Z",
            "url": "https://files.pythonhosted.org/packages/2c/1e/a62fb5f1468bb29ed2fb97b10cc5a91d278504bbcc9c5614de64aa377747/pulumi_auth0-3.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f92f5163501bf32e1e45eeb3888ce09997ae409ed4baf1f23c0ee6ab86ed91a",
                "md5": "ef5a69211840f3bf823639696c7afbef",
                "sha256": "fed2f2bc869a61edca7c264543c4f21e9f567be73958d94377cfa982f2669c7e"
            },
            "downloads": -1,
            "filename": "pulumi_auth0-3.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ef5a69211840f3bf823639696c7afbef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 203309,
            "upload_time": "2024-03-14T11:56:57",
            "upload_time_iso_8601": "2024-03-14T11:56:57.863137Z",
            "url": "https://files.pythonhosted.org/packages/7f/92/f5163501bf32e1e45eeb3888ce09997ae409ed4baf1f23c0ee6ab86ed91a/pulumi_auth0-3.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 11:56:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-auth0",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-auth0"
}
        
Elapsed time: 0.45289s