{"id":18703138,"url":"https://github.com/davidsteinsland/postgres-vault-auth","last_synced_at":"2025-04-12T09:12:03.596Z","repository":{"id":38206105,"uuid":"338015058","full_name":"davidsteinsland/postgres-vault-auth","owner":"davidsteinsland","description":"Plugin for the IntelliJ IDEA for fetching database credentials from Vault","archived":false,"fork":false,"pushed_at":"2023-03-03T07:57:50.000Z","size":406,"stargazers_count":2,"open_issues_count":9,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T09:04:22.120Z","etag":null,"topics":["idea-plugin","postgresql","vault"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/davidsteinsland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-02-11T11:53:17.000Z","updated_at":"2024-06-29T19:24:44.000Z","dependencies_parsed_at":"2024-11-07T11:50:21.519Z","dependency_job_id":null,"html_url":"https://github.com/davidsteinsland/postgres-vault-auth","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsteinsland%2Fpostgres-vault-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsteinsland%2Fpostgres-vault-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsteinsland%2Fpostgres-vault-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsteinsland%2Fpostgres-vault-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidsteinsland","download_url":"https://codeload.github.com/davidsteinsland/postgres-vault-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543850,"owners_count":21121838,"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":["idea-plugin","postgresql","vault"],"created_at":"2024-11-07T11:49:17.139Z","updated_at":"2025-04-12T09:12:03.572Z","avatar_url":"https://github.com/davidsteinsland.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL Vault Auth\n\n![Build](https://github.com/davidsteinsland/postgres-vault-auth/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/16104-postgresql-vault-auth.svg)](https://plugins.jetbrains.com/plugin/16104-postgresql-vault-auth)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/16104-postgresql-vault-auth.svg)](https://plugins.jetbrains.com/plugin/16104-postgresql-vault-auth)\n\n\u003c!-- Plugin description --\u003e\nFetches credentials for a PostgreSQL database from\nVault.\n\nThis plugin assumes that `vault` is installed and available.\nIf you're not authenticated against Vault, the OIDC method\nis selected (which will trigger your browser to open a tab with the signin process).\n\u003c!-- Plugin description end --\u003e\n\n## Configuration (macOS)\n\nUntil the plugin provides a way of configuring itself, the\nVault address can be configured using the `VAULT_ADDR` environment variable.\n\nTo make sure it is set for the IntelliJ editor, run the following and restart IntelliJ:\n\n```\nlaunchctl setenv VAULT_ADDR https://vault-addr.example.org\n``` \n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Postgres Vault Auth\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/davidsteinsland/postgres-vault-auth/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n  \n### Postgres SVG logo Copyright\n\nCopyright © 2021, Daniel Lundin\n\nPermission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.\n\nIN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\nTHE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN \"AS IS\" BASIS, AND THE AUTHOR HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidsteinsland%2Fpostgres-vault-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidsteinsland%2Fpostgres-vault-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidsteinsland%2Fpostgres-vault-auth/lists"}