{"id":22951727,"url":"https://github.com/akeyless-community/steampipe-plugin-akeyless","last_synced_at":"2025-06-15T16:10:57.078Z","repository":{"id":201732138,"uuid":"704216751","full_name":"akeyless-community/steampipe-plugin-akeyless","owner":"akeyless-community","description":"Steampipe plugin to query The Akeyless Vaultless Platform configuration (no secrets values).","archived":false,"fork":false,"pushed_at":"2024-08-05T09:16:39.000Z","size":186,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T09:08:46.317Z","etag":null,"topics":["akeyless","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"","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/akeyless-community.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":"2023-10-12T19:34:26.000Z","updated_at":"2024-08-05T09:16:30.000Z","dependencies_parsed_at":"2024-06-21T16:30:25.178Z","dependency_job_id":"bdc8d595-2459-4bb2-b24f-b66961dfcca3","html_url":"https://github.com/akeyless-community/steampipe-plugin-akeyless","commit_stats":null,"previous_names":["akeyless-community/steampipe-plugin-akeyless"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/akeyless-community/steampipe-plugin-akeyless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akeyless-community%2Fsteampipe-plugin-akeyless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akeyless-community%2Fsteampipe-plugin-akeyless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akeyless-community%2Fsteampipe-plugin-akeyless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akeyless-community%2Fsteampipe-plugin-akeyless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akeyless-community","download_url":"https://codeload.github.com/akeyless-community/steampipe-plugin-akeyless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akeyless-community%2Fsteampipe-plugin-akeyless/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260006137,"owners_count":22944869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["akeyless","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2024-12-14T15:17:42.756Z","updated_at":"2025-06-15T16:10:57.044Z","avatar_url":"https://github.com/akeyless-community.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://hub.steampipe.io/images/plugins/akeyless-community/akeyless-social-graphic.png)\n\n# Akeyless Plugin for Steampipe\n\nUse SQL to query items, auth mehtods, roles, targets, gateways and more from Akeyless.\n\n* **[Get started →](https://hub.steampipe.io/plugins/akeyless/akeyless)**\n* Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/akeyless/akeyless/tables)\n* Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n* Get involved: [Issues](https://github.com/akeyless/steampipe-plugin-akeyless/issues)\n\n## Quick start\n\nInstall the plugin with [Steampipe](https://steampipe.io/downloads):\n\n```shell\nsteampipe plugin install akeyless-community/akeyless\n```\n\n[Configure the plugin](https://hub.steampipe.io/plugins/akeyless/akeyless#configuration) with your authentication method using the configuration file:\n\n```shell\nvi ~/.steampipe/config/akeyless.spc\n```\n\nStart Steampipe:\n\n```shell\nsteampipe query\n```\n\nRun a sample query:\n\n```sql\nselect\n  role_name\nfrom\n  akeyless_role;\n```\n\nOr run the query from your command line without starting Steampipe:\n\n```shell\nsteampipe query \"select role_name from akeyless_role;\"\n```\n\n## Developing\n\nPrerequisites:\n\n* [Steampipe](https://steampipe.io/downloads)\n* [Golang](https://golang.org/doc/install)\n\nClone:\n\n```sh\ngit clone https://github.com/akeyless-community/steampipe-plugin-akeyless.git\ncd steampipe-plugin-akeyless\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```sh\nmake\n```\n\nConfigure the plugin:\n\n```sh\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/akeyless.spc\n```\n\nTry it!\n\n```shell\nsteampipe query\n\u003e .inspect akeyless\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## Contributing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakeyless-community%2Fsteampipe-plugin-akeyless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakeyless-community%2Fsteampipe-plugin-akeyless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakeyless-community%2Fsteampipe-plugin-akeyless/lists"}