{"id":26493957,"url":"https://github.com/dwarvesf/teleport-discord-bot","last_synced_at":"2026-04-29T14:05:15.282Z","repository":{"id":268988754,"uuid":"906051227","full_name":"dwarvesf/teleport-discord-bot","owner":"dwarvesf","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-26T06:19:58.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-14T00:05:02.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwarvesf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-20T04:08:48.000Z","updated_at":"2024-12-26T06:20:01.000Z","dependencies_parsed_at":"2024-12-20T07:19:05.251Z","dependency_job_id":"c9d64869-3e03-42ee-abb7-a414c6ff0931","html_url":"https://github.com/dwarvesf/teleport-discord-bot","commit_stats":null,"previous_names":["dwarvesf/teleport-discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dwarvesf/teleport-discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fteleport-discord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fteleport-discord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fteleport-discord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fteleport-discord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwarvesf","download_url":"https://codeload.github.com/dwarvesf/teleport-discord-bot/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fteleport-discord-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32428622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T09:58:24.439Z","updated_at":"2026-04-29T14:05:15.264Z","avatar_url":"https://github.com/dwarvesf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teleport Discord Access Request Notifier\n\n## Overview\n\nA Teleport plugin that sends real-time Discord webhook notifications for access requests, providing instant visibility into access management events.\n\n## Features\n\n- Real-time monitoring of Teleport access requests\n- Discord webhook notifications for:\n  - New access requests\n  - Approved access requests\n  - Denied access requests\n\n## Prerequisites\n\n- Go 1.21+\n- Teleport cluster\n- Discord webhook URL\n- Teleport authentication credentials (auth.pem)\n\n## Configuration\n\nCreate a `.env` file with the following environment variables:\n\n| Variable | Description | Example |\n|----------|-------------|---------|\n| `PROXY_ADDR` | Teleport proxy address | `teleport.example.com:443` |\n| `DISCORD_WEBHOOK_URL` | Discord webhook URL for notifications | `https://discord.com/api/webhooks/...` |\n| `WATCHER_LIST` | Command to list watchers | `tctl` |\n| `AUTH_PEM` | Base64-encoded Teleport authentication credentials | `LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVkt...` |\n\n## Installation\n\n1. Clone the repository\n2. Copy `.env.example` to `.env` and configure your settings\n3. Build the application:\n   ```bash\n   make build\n   ```\n\n## Running the Application\n\n```bash\nmake run\n```\n\n## Development\n\n### Setup Development Environment\n\n```bash\nmake setup\n```\n\n### Available Make Targets\n\n- `make build`: Compile the application\n- `make test`: Run tests\n- `make lint`: Run code linters\n- `make run`: Build and run the application\n- `make help`: Show all available commands\n\n## Project Structure\n\n```\nteleport-discord-bot/\n├── cmd/\n│   └── teleport-discord-bot/\n│       └── main.go          # Application entry point\n├── internal/\n│   ├── config/               # Configuration management\n│   ├── discord/              # Discord webhook client\n│   ├── teleport/             # Teleport event monitoring\n├── go.mod\n└── README.md\n```\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fteleport-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarvesf%2Fteleport-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fteleport-discord-bot/lists"}