{"id":17648080,"url":"https://github.com/kiran94/fuzzy-secret-stdout","last_synced_at":"2026-04-29T18:33:17.146Z","repository":{"id":214324343,"uuid":"734997811","full_name":"kiran94/fuzzy-secret-stdout","owner":"kiran94","description":"Small utility to fuzzy search from a secret store and print the value to stdout","archived":false,"fork":false,"pushed_at":"2024-01-20T09:39:30.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T01:03:55.399Z","etag":null,"topics":["aws","parameter-store","secrets","ssm"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/fuzzy-secret-stdout/","language":"Python","has_issues":false,"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/kiran94.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":"2023-12-23T09:49:44.000Z","updated_at":"2023-12-29T14:30:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"56393707-f4ec-4564-8e93-f600abc450d7","html_url":"https://github.com/kiran94/fuzzy-secret-stdout","commit_stats":null,"previous_names":["kiran94/fuzzy-secret-stdout"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kiran94/fuzzy-secret-stdout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiran94%2Ffuzzy-secret-stdout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiran94%2Ffuzzy-secret-stdout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiran94%2Ffuzzy-secret-stdout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiran94%2Ffuzzy-secret-stdout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiran94","download_url":"https://codeload.github.com/kiran94/fuzzy-secret-stdout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiran94%2Ffuzzy-secret-stdout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aws","parameter-store","secrets","ssm"],"created_at":"2024-10-23T11:16:13.051Z","updated_at":"2026-04-29T18:33:17.129Z","avatar_url":"https://github.com/kiran94.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `fuzzy-secret-stdout`\n\n\u003e Small utility to fuzzy search from a secret store and print the value to stdout\n\n[![main](https://github.com/kiran94/fuzzy-secret-stdout/actions/workflows/main.yml/badge.svg)](https://github.com/kiran94/fuzzy-secret-stdout/actions/workflows/main.yml)\n![GitHub License](https://img.shields.io/github/license/kiran94/fuzzy-secret-stdout)\n![PyPI - Version](https://img.shields.io/pypi/v/fuzzy-secret-stdout)\n\n## Install\n\n```bash\npython -m pip install fuzzy-secret-stdout\n```\n\nDependencies:\n\n* Python 3.9+\n* [`fzf`](https://github.com/junegunn/fzf?tab=readme-ov-file#installation)\n* Valid [AWS Credentials](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) available your terminal context\n\n## Usage\n\n```bash\n# fuzzy search from secrets from aws parameter store\nfuzzy-secret-stdout\n\n# alias for the above\nfss\n\n# fuzzy search and explicitly specify the secret store to search\nfss -i AWS_SECRET_MAN\n\n# fuzzy search aws secret manager and pipe into jq\nfss -i AWS_SECRET_MAN | jq .\n```\n\n## Integrations\n\n`fuzzy-secret-stdout` supports the following secret stores:\n\n| Secret Store                                                                                                                             | Command Line Argument  |\n| -------------                                                                                                                            | ---------------------- |\n| [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html) | `AWS_SSM`              |\n| [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html)                                            | `AWS_SECRET_MAN`       |\n\nThe *Command Line Argument* above is passed as the `-i` flag. `AWS_SSM` is the default.\n\n## Environment Variables\n\n| Environment Variables   | Description                                                                                                                                                                                                                       | Default  |\n| ---------------------   | ----------                                                                                                                                                                                                                       | -------- |\n| `FSS_MAX_BATCH_RESULTS` | The maximum number of results to request from the underlying secret service per batch. Note that this value might be rejected by the underlying secret service. For example `boto3` validates this value to be \u003c= 50 for AWS SSM | `50`     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiran94%2Ffuzzy-secret-stdout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiran94%2Ffuzzy-secret-stdout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiran94%2Ffuzzy-secret-stdout/lists"}