https://github.com/loftwah/tailscale-manager
Manage Tailscale user access programatically.
https://github.com/loftwah/tailscale-manager
Last synced: 7 months ago
JSON representation
Manage Tailscale user access programatically.
- Host: GitHub
- URL: https://github.com/loftwah/tailscale-manager
- Owner: loftwah
- License: bsd-3-clause
- Created: 2023-06-07T01:07:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T01:47:56.000Z (over 2 years ago)
- Last Synced: 2025-01-31T09:45:02.176Z (8 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated User Management for Tailscale
This application adds users to a Tailscale group and schedules their access revocation.
## Setup
1. Install Ruby 3.2.2.
2. Run `bundle install`.
3. Copy `.env.example` to `.env` and fill in your Tailscale API key and AWS credentials.
4. Setup your AWS Lambda function and SQS queue according to the AWS documentation.## Usage
To add a new user and schedule their access revocation, run:
```bash
rake user:add['dean.lofts@schoolstatus.com', 'dev']