Name | pulumi-auth0 JSON |
Version |
3.10.2
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing auth0 cloud resources. |
upload_time | 2024-12-19 19:10:15 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-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": null,
"name": "pulumi-auth0",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, auth0",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/64/32/cfef936f1f6a35f7347ccefe142d6176171c5d3d359f2530714a2c3948e0/pulumi_auth0-3.10.2.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.10.2",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-auth0"
},
"split_keywords": [
"pulumi",
" auth0"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "728aa7d4b30aee271fc29056a9bb20fa6accb08a4d8340615cb9f85df53e16f8",
"md5": "b1daf9788ed1db4a832db12e963d84a6",
"sha256": "21387475e11060d013877bad86304da493e28aab3bc138b08c41a93d5df25426"
},
"downloads": -1,
"filename": "pulumi_auth0-3.10.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b1daf9788ed1db4a832db12e963d84a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 362340,
"upload_time": "2024-12-19T19:10:13",
"upload_time_iso_8601": "2024-12-19T19:10:13.416505Z",
"url": "https://files.pythonhosted.org/packages/72/8a/a7d4b30aee271fc29056a9bb20fa6accb08a4d8340615cb9f85df53e16f8/pulumi_auth0-3.10.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6432cfef936f1f6a35f7347ccefe142d6176171c5d3d359f2530714a2c3948e0",
"md5": "25e2a453c973d301d6d328465f98c425",
"sha256": "273236b09fc6833fffbc9a25b56a42861fcde463ddc702410f28ee06b055c3c7"
},
"downloads": -1,
"filename": "pulumi_auth0-3.10.2.tar.gz",
"has_sig": false,
"md5_digest": "25e2a453c973d301d6d328465f98c425",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 268420,
"upload_time": "2024-12-19T19:10:15",
"upload_time_iso_8601": "2024-12-19T19:10:15.168215Z",
"url": "https://files.pythonhosted.org/packages/64/32/cfef936f1f6a35f7347ccefe142d6176171c5d3d359f2530714a2c3948e0/pulumi_auth0-3.10.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-19 19:10:15",
"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"
}