{"id":17867109,"url":"https://github.com/cdhunt/powervault","last_synced_at":"2025-03-21T09:31:15.051Z","repository":{"id":31999270,"uuid":"35570147","full_name":"cdhunt/PowerVault","owner":"cdhunt","description":"PowerShell Client for HashiCorp Vault","archived":false,"fork":false,"pushed_at":"2020-12-02T15:01:31.000Z","size":21,"stargazers_count":42,"open_issues_count":0,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2023-03-23T02:56:26.446Z","etag":null,"topics":["hashicorp-vault","powershell-client"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/cdhunt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-13T19:33:53.000Z","updated_at":"2022-05-26T17:53:45.000Z","dependencies_parsed_at":"2022-08-26T11:51:54.831Z","dependency_job_id":null,"html_url":"https://github.com/cdhunt/PowerVault","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPowerVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPowerVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPowerVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPowerVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdhunt","download_url":"https://codeload.github.com/cdhunt/PowerVault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221813560,"owners_count":16884846,"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":["hashicorp-vault","powershell-client"],"created_at":"2024-10-28T09:44:00.841Z","updated_at":"2024-10-28T09:44:01.576Z","avatar_url":"https://github.com/cdhunt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerVault\nPowerShell Client for HashiCorp Vault\n\nThis is a PowerShell client for [HashiCorp Vault](https://www.vaultproject.io/). It interfaces with the HTTP API and does not require vault.exe.\n\nThe HTTP API is not stable, so this module is not stable.\n\nThe module only contains basic CRUD functionality.\n\n## Examples\n\n```powershell\n# Create and Read\nPS C:\\\u003e $vault = Get-Vault -Address 127.0.0.1 -Token 46e231ee-49bb-189d-c58d-f276743ececa\n\nPS C:\\\u003e Set-Secret -VaultObject $vault -Path secret/new -Secret @{value=\"secret\"}\n\nPS C:\\\u003e Get-Secret $vault secret/new\n\nvalue \n----- \nsecret\n```\n\n```powershell\n# Retun the Secret as a [PSCredential]\nPS C:\\\u003e Set-Secret -VaultObject $vault -Path secret/username -Secret @{password=\"P@55w0rd\"}\n\nPS C:\\\u003e Get-Secret -VaultObject $vault -Path secret/username -AsCredential \n\nUserName                       Password\n--------                       --------\nusername   System.Security.SecureString\n```\n\n## Testing\nThe tests depend on Vault.exe to launch a local Dev server. The script will pull down the binaries from HashiCorp to TestDrive:\\ and start up a Vault.exe process. All of the files should be cleaned up when the tests complete. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpowervault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdhunt%2Fpowervault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpowervault/lists"}