Name | pulumi-tailscale JSON |
Version |
0.17.5
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Tailscale cloud resources. |
upload_time | 2025-01-02 17:20:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
tailscale
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-tailscale/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-tailscale/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Ftailscale.svg)](https://www.npmjs.com/package/@pulumi/tailscale)
[![Python version](https://badge.fury.io/py/pulumi-tailscale.svg)](https://pypi.org/project/pulumi-tailscale)
[![NuGet version](https://badge.fury.io/nu/pulumi.tailscale.svg)](https://badge.fury.io/nu/pulumi.tailscale)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-tailscale/sdk)](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-tailscale/blob/master/LICENSE)
# Tailscale Resource Provider
The Tailscale Resource Provider lets you manage [Tailscale](https://tailscale.com/) 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/tailscale
or `yarn`:
$ yarn add @pulumi/tailscale
### Python
To use from Python, install using `pip`:
$ pip install pulumi_tailscale
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-tailscale/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Tailscale
## Configuration
The following configuration points are available:
- `tailscale:apiKey` - (Required) API key to authenticate with the Tailscale API. It must be provided, but it can also be sourced
from the `TAILSCALE_API_KEY` environment variable.
- `tailscale:tailnet` - (Required) Tailscale tailnet to manage resources for. It must be provided, but it can also be
sourced from the `TAILSCALE_TAILNET` variable. A tailnet is the name of your Tailscale network. You can find it in
the top left corner of the Admin Panel beside the Tailscale logo.
- `tailscale:oauthClientId` - The OAuth application's ID when using OAuth client credentials. Can be set via the OAUTH_CLIENT_ID environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.
- `oauthClientSecret` - The OAuth application's secret when using OAuth client credentials. Can be set via the OAUTH_CLIENT_SECRET environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.
- `scopes` - The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauthClientId' and 'oauthClientSecret' are set.
## Reference
For further information, please visit [the Tailscale provider docs](https://www.pulumi.com/registry/packages/tailscale)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/tailscale/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-tailscale",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, tailscale",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9d/eb/31bef8f617fa9bbbaa5b62cba1f46d3e0a0f5024fa04bb6c07c27b021aa8/pulumi_tailscale-0.17.5.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-tailscale/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-tailscale/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%2Ftailscale.svg)](https://www.npmjs.com/package/@pulumi/tailscale)\n[![Python version](https://badge.fury.io/py/pulumi-tailscale.svg)](https://pypi.org/project/pulumi-tailscale)\n[![NuGet version](https://badge.fury.io/nu/pulumi.tailscale.svg)](https://badge.fury.io/nu/pulumi.tailscale)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-tailscale/sdk)](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-tailscale/blob/master/LICENSE)\n\n# Tailscale Resource Provider\n\nThe Tailscale Resource Provider lets you manage [Tailscale](https://tailscale.com/) 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/tailscale\n\nor `yarn`:\n\n $ yarn add @pulumi/tailscale\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_tailscale\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-tailscale/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Tailscale\n\n## Configuration\n\nThe following configuration points are available:\n\n- `tailscale:apiKey` - (Required) API key to authenticate with the Tailscale API. It must be provided, but it can also be sourced\n from the `TAILSCALE_API_KEY` environment variable.\n- `tailscale:tailnet` - (Required) Tailscale tailnet to manage resources for. It must be provided, but it can also be\n sourced from the `TAILSCALE_TAILNET` variable. A tailnet is the name of your Tailscale network. You can find it in \n the top left corner of the Admin Panel beside the Tailscale logo.\n- `tailscale:oauthClientId` - The OAuth application's ID when using OAuth client credentials. Can be set via the OAUTH_CLIENT_ID environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.\n- `oauthClientSecret` - The OAuth application's secret when using OAuth client credentials. Can be set via the OAUTH_CLIENT_SECRET environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.\n- `scopes` - The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauthClientId' and 'oauthClientSecret' are set.\n\n## Reference\n\nFor further information, please visit [the Tailscale provider docs](https://www.pulumi.com/registry/packages/tailscale)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/tailscale/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Tailscale cloud resources.",
"version": "0.17.5",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-tailscale"
},
"split_keywords": [
"pulumi",
" tailscale"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "285ef24e724c06850ebcb299c26a5aed314cd5c740b46bad0f2a1bf91cf20afb",
"md5": "531d0314f15cbe9e988e98a730a5cf75",
"sha256": "ff28236d7c56d820a8e3d9be1b39f1ec6ee3b430bd74e02ed290f1204a79aa5b"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.17.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "531d0314f15cbe9e988e98a730a5cf75",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 57294,
"upload_time": "2025-01-02T17:20:05",
"upload_time_iso_8601": "2025-01-02T17:20:05.997132Z",
"url": "https://files.pythonhosted.org/packages/28/5e/f24e724c06850ebcb299c26a5aed314cd5c740b46bad0f2a1bf91cf20afb/pulumi_tailscale-0.17.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9deb31bef8f617fa9bbbaa5b62cba1f46d3e0a0f5024fa04bb6c07c27b021aa8",
"md5": "a1b3884378c349eab49fe33ef0d1e624",
"sha256": "6378ff40efbf2ec031c7ee1d523d6f24e13c8c1d4c36b1deeeceba447628c3e4"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.17.5.tar.gz",
"has_sig": false,
"md5_digest": "a1b3884378c349eab49fe33ef0d1e624",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 29970,
"upload_time": "2025-01-02T17:20:07",
"upload_time_iso_8601": "2025-01-02T17:20:07.642875Z",
"url": "https://files.pythonhosted.org/packages/9d/eb/31bef8f617fa9bbbaa5b62cba1f46d3e0a0f5024fa04bb6c07c27b021aa8/pulumi_tailscale-0.17.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-02 17:20:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-tailscale",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-tailscale"
}