{"id":43721600,"url":"https://github.com/theapsgroup/steampipe-plugin-keycloak","last_synced_at":"2026-02-05T08:10:32.546Z","repository":{"id":40482472,"uuid":"421775704","full_name":"theapsgroup/steampipe-plugin-keycloak","owner":"theapsgroup","description":"Use SQL to instantly query Keycloak clients, users and more. Open source CLI. No DB required.","archived":false,"fork":false,"pushed_at":"2023-10-02T08:25:42.000Z","size":258,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-19T19:42:40.502Z","etag":null,"topics":["golang","keycloak","postgres","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/theapsgroup/keycloak","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theapsgroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-10-27T10:36:53.000Z","updated_at":"2023-10-04T08:03:38.000Z","dependencies_parsed_at":"2024-06-19T19:02:01.730Z","dependency_job_id":"b841afdf-975b-4a01-b79e-3649c12de4f8","html_url":"https://github.com/theapsgroup/steampipe-plugin-keycloak","commit_stats":{"total_commits":28,"total_committers":3,"mean_commits":9.333333333333334,"dds":0.1071428571428571,"last_synced_commit":"604af30eef9ecc4a86577c9e1c263d069a6d9767"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/theapsgroup/steampipe-plugin-keycloak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapsgroup%2Fsteampipe-plugin-keycloak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapsgroup%2Fsteampipe-plugin-keycloak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapsgroup%2Fsteampipe-plugin-keycloak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapsgroup%2Fsteampipe-plugin-keycloak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapsgroup","download_url":"https://codeload.github.com/theapsgroup/steampipe-plugin-keycloak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapsgroup%2Fsteampipe-plugin-keycloak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["golang","keycloak","postgres","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2026-02-05T08:10:31.709Z","updated_at":"2026-02-05T08:10:32.540Z","avatar_url":"https://github.com/theapsgroup.png","language":"Go","readme":"![image](https://github.com/theapsgroup/steampipe-plugin-keycloak/raw/main/docs/keycloak-social-graphic.png)\n\n# Keycloak Plugin for Steampipe\n\nUse SQL to query information including Users, Groups, Clients, Roles and more from Keycloak.\n\n- **[Get started →](https://hub.steampipe.io/plugins/theapsgroup/keycloak)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/theapsgroup/keycloak/tables)\n- Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n- Get involved: [Issues](https://github.com/theapsgroup/steampipe-plugin-keycloak/issues)\n\n## Quick start\n\nInstall the plugin with [Steampipe](https://steampipe.io):\n\n```shell\nsteampipe plugin install theapsgroup/keycloak\n```\n\nSet up the configuration:\n\n```shell\nvi ~/.steampipe/config/keycloak.spc\n```\n\nor set the following Environment Variables\n\n- `KEYCLOAK_ADDR` : The Endpoint at which to contact your Keycloak instance (example: https://auth.example.com/ )\n- `KEYCLOAK_USER` : The Username for a user with Admin privileges\n- `KEYCLOAK_PASSWORD` : The password for a user with Admin privileges\n- `KEYCLOAK_REALM` : The realm in the Keycloak instance you wish to query.\n\nRun a query:\n\n```sql\nselect * from keycloak_user;\n```\n\n## Developing\n\nPrerequisites:\n\n- [Steampipe](https://steampipe.io/downloads)\n- [Golang](https://golang.org/doc/install)\n- [Keycloak](https://www.keycloak.org/) - with Admin credentials.\n\nClone:\n\n```sh\ngit clone https://github.com/theapsgroup/steampipe-plugin-keycloak.git\ncd steampipe-plugin-keycloak\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```\nmake install\n```\n\nConfigure the plugin:\n\n```\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/keycloak.spc\n```\n\nTry it!\n\n```\nsteampipe query\n\u003e .inspect keycloak\n```\n\nFurther reading:\n\n- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Credits\n\nKeycloak API Wrapper [Nerzal/gocloak](https://github.com/Nerzal/gocloak) licensed separately using this [Apache License](https://github.com/Nerzal/gocloak/blob/main/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapsgroup%2Fsteampipe-plugin-keycloak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapsgroup%2Fsteampipe-plugin-keycloak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapsgroup%2Fsteampipe-plugin-keycloak/lists"}