{"id":42995721,"url":"https://github.com/alaa/catalog","last_synced_at":"2026-01-31T03:30:48.122Z","repository":{"id":74368974,"uuid":"67616107","full_name":"alaa/catalog","owner":"alaa","description":"Friendly secrets integration with Vault and Marathon","archived":false,"fork":false,"pushed_at":"2017-04-18T12:33:28.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T21:02:11.331Z","etag":null,"topics":["deployment","integration","marathon","mesos","secrets","vault"],"latest_commit_sha":null,"homepage":"","language":"Go","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/alaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-09-07T14:46:21.000Z","updated_at":"2020-09-03T21:47:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"86006902-6654-4246-8ac9-9fc08a6ea23e","html_url":"https://github.com/alaa/catalog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alaa/catalog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alaa%2Fcatalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alaa%2Fcatalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alaa%2Fcatalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alaa%2Fcatalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alaa","download_url":"https://codeload.github.com/alaa/catalog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alaa%2Fcatalog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"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":["deployment","integration","marathon","mesos","secrets","vault"],"created_at":"2026-01-31T03:30:47.611Z","updated_at":"2026-01-31T03:30:48.117Z","avatar_url":"https://github.com/alaa.png","language":"Go","readme":"# Catalog\nEasy secrets integration with Vault and Marathon.\n\n# Build\n\n```\ngo build \u0026\u0026 docker build --no-cache -t catalog:0.9 .\n```\n\n# Usage\n\nAssuming that you have `vault` running\n\n## Run catalog service:\n\n```\ndocker run -it                             \\\n           -e VAULT_ADDR=\"$VAULT_ADDR\"     \\\n           -e VAULT_TOKEN=\"$VAULT_TOKEN\"   \\\n           -e MARATHON_URL=\"$MARATHON_URL\" \\\n           -p 8080:8080                    \\\n           catalog:0.9\n```\n\n## Create your service file:\n```\n[{\n  \"id\": \"nginx\",\n  \"cpus\": 0.1,\n  \"mem\": 128.0,\n  \"instances\": 1,\n  \"container\": {\n    \"type\": \"DOCKER\",\n    \"docker\": {\n      \"image\": \"nginx:latest\",\n      \"forcePullImage\": true,\n      \"network\": \"BRIDGE\",\n      \"portMappings\": [{\n        \"containerPort\": 80,\n        \"hostPort\": 0,\n        \"protocol\": \"tcp\"\n      }]\n    }\n  },\n  \"env\": {\n    \"SERVICE_NAME\": \"nginx\"\n  },\n  \"healthChecks\": [{\n    \"protocol\": \"HTTP\",\n    \"path\": \"/\",\n    \"intervalSeconds\": 30\n  }]\n}]\n```\n\n## Deploy the service using catalog:\n\n```\n#!/bin/bash\nset -e\n\nexport CATALOG_ADDR=\"http://127.0.0.1:8080\"\nexport VAULT_ENDPOINT=\"nginx\"\n\ncurl --show-error --silent --fail       \\\n     -H \"X-Vault-Token: ${VAULT_TOKEN}\" \\\n     -X POST                            \\\n     -d@nginx.json                      \\\n     ${CATALOG_ADDR}/service/${VAULT_ENDPOINT}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falaa%2Fcatalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falaa%2Fcatalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falaa%2Fcatalog/lists"}