{"id":20099341,"url":"https://github.com/samcole8/conduct","last_synced_at":"2026-05-06T11:32:30.985Z","repository":{"id":247585022,"uuid":"820967037","full_name":"samcole8/conduct","owner":"samcole8","description":"Secrets management tool for Docker Compose and more.","archived":false,"fork":false,"pushed_at":"2024-07-12T13:38:45.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-30T21:34:22.270Z","etag":null,"topics":["ansible","docker-compose","secrets-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samcole8.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-06-27T14:34:17.000Z","updated_at":"2024-07-03T22:52:42.000Z","dependencies_parsed_at":"2025-03-02T16:42:02.957Z","dependency_job_id":"0b5b5f85-a9a0-4106-b059-2d05860ef5e8","html_url":"https://github.com/samcole8/conduct","commit_stats":null,"previous_names":["samcole8/conduct"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/samcole8/conduct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcole8%2Fconduct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcole8%2Fconduct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcole8%2Fconduct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcole8%2Fconduct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samcole8","download_url":"https://codeload.github.com/samcole8/conduct/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcole8%2Fconduct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32691750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ansible","docker-compose","secrets-management"],"created_at":"2024-11-13T17:09:56.327Z","updated_at":"2026-05-06T11:32:30.969Z","avatar_url":"https://github.com/samcole8.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Note: In its current state, this project is more of an MWE or proof-of-concept than a finished product.*\n\n# Conduct\n\nConduct is a simple secrets management tool. Define all your secrets in an external configuration file, reference them in your codebase, and have them dynamically parsed into a temporary execution environment, removed upon completion of your command.\n\n## Usage\n\n- Store your secrets in a `secrets.yml` file in a location of your choice:\n\n    ```yml\n    MY_PASSWORD: \"0penS3same\"\n    ```\n\n- Throughout your codebase, place your secrets in string literals using `SECRET_` flags:\n\n    ```python\n    password = \"SECRET_MY_PASSWORD\"\n    ```\n\n- To execute your command, use `conduct`:\n\n    ```bash\n    $ conduct /path/to/secrets.yml \"your command\"\n    ```\n\n    e.g.,\n\n     ```bash\n    $ conduct ../secrets.yml \"docker compose up --build --force-recreate -d\"\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcole8%2Fconduct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcole8%2Fconduct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcole8%2Fconduct/lists"}