{"id":37123603,"url":"https://github.com/maximiliysiss/kafkactl-token-plugin","last_synced_at":"2026-01-14T14:16:31.365Z","repository":{"id":276544936,"uuid":"929577878","full_name":"maximiliysiss/kafkactl-token-plugin","owner":"maximiliysiss","description":"Authentication plugin for kafkactl that provides simple token-based authentication, including JWT Bearer tokens. Implemented in Go. 🚀","archived":false,"fork":false,"pushed_at":"2025-02-08T22:21:18.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T23:23:03.986Z","etag":null,"topics":["authentication","kafka","kafkactl","token"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maximiliysiss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2025-02-08T21:42:56.000Z","updated_at":"2025-02-08T22:21:21.000Z","dependencies_parsed_at":"2025-02-08T23:23:16.903Z","dependency_job_id":"49d338a1-edf6-4d12-aaf0-b8f67b24676d","html_url":"https://github.com/maximiliysiss/kafkactl-token-plugin","commit_stats":null,"previous_names":["maximiliysiss/kafkactl-token-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/maximiliysiss/kafkactl-token-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximiliysiss%2Fkafkactl-token-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximiliysiss%2Fkafkactl-token-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximiliysiss%2Fkafkactl-token-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximiliysiss%2Fkafkactl-token-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximiliysiss","download_url":"https://codeload.github.com/maximiliysiss/kafkactl-token-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximiliysiss%2Fkafkactl-token-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["authentication","kafka","kafkactl","token"],"created_at":"2026-01-14T14:16:30.598Z","updated_at":"2026-01-14T14:16:31.349Z","avatar_url":"https://github.com/maximiliysiss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kafkactl-token-plugin\n\n`kafkactl-token-plugin` is an authentication plugin for [`kafkactl`](https://github.com/deviceinsight/kafkactl) that\nprovides simple token-based authentication (Bearer). The plugin is implemented in Go and can be used\nto authenticate Kafka requests.\n\n## Installation\n\nTo install the plugin, use the following command:\n\n```sh\ngo install github.com/maximiliysiss/kafkactl-token-plugin@latest\n```\n\nEnsure that the binary is available in your system's `PATH` after installation.\n\n## Usage\n\nThis plugin integrates with `kafkactl` to provide token-based authentication. Once installed, you can configure\n`kafkactl` to use the plugin by specifying it in the `kafkactl` configuration.\n\nExample configuration in `~/.kafkactl/config.yaml`:\n\n```yaml\nsasl:\n  enabled: true\n  mechanism: oauth\n  tokenprovider:\n    plugin: token\n    options:\n      token: {token}\n```\n\n## Development\n\nTo build the plugin locally:\n\n```sh\ngit clone https://github.com/maximiliysiss/kafkactl-token-plugin.git\ncd kafkactl-token-plugin\ngo build -o kafkactl-token-plugin .\n```\n\nTo run tests:\n\n```sh\ngo test ./...\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximiliysiss%2Fkafkactl-token-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximiliysiss%2Fkafkactl-token-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximiliysiss%2Fkafkactl-token-plugin/lists"}