Name | pulumi-tailscale JSON |
Version |
0.18.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Tailscale cloud resources. |
upload_time | 2025-02-27 03:37:04 |
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.
|
[](https://github.com/pulumi/pulumi-tailscale/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/tailscale)
[](https://pypi.org/project/pulumi-tailscale)
[](https://badge.fury.io/nu/pulumi.tailscale)
[](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)
[](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/a5/c6/fa6fdec8a5f34829aba8845e712ccde3225bd34a42e37525cecff684e967/pulumi_tailscale-0.18.0.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-tailscale/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/tailscale)\n[](https://pypi.org/project/pulumi-tailscale)\n[](https://badge.fury.io/nu/pulumi.tailscale)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)\n[](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.18.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-tailscale"
},
"split_keywords": [
"pulumi",
" tailscale"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0c6d4b1babce33ee51cbdbf1345a5d5bac9117311b2cbd5c716f11f3e1f0d7cd",
"md5": "37c765e1d28f80044991d8e213247406",
"sha256": "00f234a742545df5c0a11ad290c78feecde0f2ac2cad22487961af4a7824a6e0"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.18.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "37c765e1d28f80044991d8e213247406",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 61057,
"upload_time": "2025-02-27T03:37:02",
"upload_time_iso_8601": "2025-02-27T03:37:02.799572Z",
"url": "https://files.pythonhosted.org/packages/0c/6d/4b1babce33ee51cbdbf1345a5d5bac9117311b2cbd5c716f11f3e1f0d7cd/pulumi_tailscale-0.18.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5c6fa6fdec8a5f34829aba8845e712ccde3225bd34a42e37525cecff684e967",
"md5": "a5a8bd63b2547ea28b4cea102840aaba",
"sha256": "cf0bba446b66fb57722acbef6d0f3faf9297d3c86f344607f32254c96ff55b8e"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.18.0.tar.gz",
"has_sig": false,
"md5_digest": "a5a8bd63b2547ea28b4cea102840aaba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 33727,
"upload_time": "2025-02-27T03:37:04",
"upload_time_iso_8601": "2025-02-27T03:37:04.456591Z",
"url": "https://files.pythonhosted.org/packages/a5/c6/fa6fdec8a5f34829aba8845e712ccde3225bd34a42e37525cecff684e967/pulumi_tailscale-0.18.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-27 03:37:04",
"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"
}