{"id":19096564,"url":"https://github.com/sapcc/mutavault","last_synced_at":"2025-04-18T15:33:49.452Z","repository":{"id":224948857,"uuid":"763528243","full_name":"sapcc/mutavault","owner":"sapcc","description":"Additional utilities for interacting with Hashicorp Vault","archived":true,"fork":false,"pushed_at":"2024-08-23T03:33:50.000Z","size":85,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-03-11T19:49:31.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sapcc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-26T13:18:20.000Z","updated_at":"2024-08-23T09:20:49.000Z","dependencies_parsed_at":"2024-05-17T08:39:35.454Z","dependency_job_id":"7b297ea7-7ddf-4f36-a40c-b61076920924","html_url":"https://github.com/sapcc/mutavault","commit_stats":null,"previous_names":["sapcc/mutavault"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fmutavault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fmutavault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fmutavault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fmutavault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapcc","download_url":"https://codeload.github.com/sapcc/mutavault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249514444,"owners_count":21284544,"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":[],"created_at":"2024-11-09T03:37:06.447Z","updated_at":"2025-04-18T15:33:49.127Z","avatar_url":"https://github.com/sapcc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mutavault\nmutavault provides additional utilities for interacting with Hashicorp Vault.\n\n## Installation\n```sh\ngit clone github.com/sapcc/mutavault\ncd mutavault\nmake\n```\n\n## Usage\nThe vault address is read from `VAULT_ADDR` the environment variable respectively.\nThe token is read from the `VAULT_TOKEN` the environment variable or the `~/.vault-token` file created by `vault login`.\n\n### kv\nThe `kv` subcommand interacts with a kvv2 engine.\nUse the `-mount=path` argument to specify the mountpoint.\nThe following subcommands are available:\n- listall: List all accessible paths in a kv engine\n- getcustommetas: Gets the custom metadata of provided paths to secrets\n- setcustommetas: Takes custommetadata and paths on stdin and updates vault\n\nThese comannds can be combined to update the `custom_metadata` of multiple secrets in a single pipeline, e.g.:\n```\nmutavault kv -mount=path listall | grep secrets-i-care-about | xargs mutavault kv -mount=path getcustommetas | jq '.[].val = \"banana\"' | mutavault kv -mount=path setcustommetas\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fmutavault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapcc%2Fmutavault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fmutavault/lists"}