{"id":15605340,"url":"https://github.com/rmorlok/authproxy","last_synced_at":"2025-07-07T12:14:14.164Z","repository":{"id":248273789,"uuid":"828198860","full_name":"rmorlok/authproxy","owner":"rmorlok","description":"Authenticating proxy server for connecting to 3rd party APIs","archived":false,"fork":false,"pushed_at":"2025-06-26T02:50:55.000Z","size":7623,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T03:32:52.036Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmorlok.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,"zenodo":null}},"created_at":"2024-07-13T12:11:34.000Z","updated_at":"2025-06-26T02:50:59.000Z","dependencies_parsed_at":"2024-09-08T15:59:39.501Z","dependency_job_id":"a2a2c127-67da-4896-b953-f5ed8e2e9916","html_url":"https://github.com/rmorlok/authproxy","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"05e9d4f0143aa85ccf8992c6f6f1dbc86445130f"},"previous_names":["rmorlok/authproxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rmorlok/authproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmorlok%2Fauthproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmorlok%2Fauthproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmorlok%2Fauthproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmorlok%2Fauthproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmorlok","download_url":"https://codeload.github.com/rmorlok/authproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmorlok%2Fauthproxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264075732,"owners_count":23553514,"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-10-03T04:04:10.594Z","updated_at":"2025-07-07T12:14:14.158Z","avatar_url":"https://github.com/rmorlok.png","language":"Go","funding_links":[],"categories":["Secrets Management \u0026 Isolation"],"sub_categories":[],"readme":"# AuthProxy\n\n## Running Locally\n\nCreate a network for the asynq system to interact with redis:\n\n```bash\ndocker network create authproxy\n```\n\nStart redis:\n\n```bash\ndocker run --name redis-server -p 6379:6379 --network authproxy -d redis\n```\n\nStart the AuthProxy backend\n\n```bash\ngo run ./cli/server serve --config=./dev_config/default.yaml all\n```\n\nRun the client to proxy authenticated calls to the backend:\n\n```bash\ngo run ./cli/client raw-proxy --enableMarketplaceLoginRedirect=true --proxyTo=api\n```\n\nRun the marketplace UI:\n\n```bash\ncd marketplace_portal\nnvm use v18.16.0\nyarn\nyarn dev\n```\n\n### Viewing Background Tasks\nTo manage tasks in asynq, install the [asynq cli](https://github.com/hibiken/asynq/blob/master/tools/asynq/README.md):\n\n```bash\ngo install github.com/hibiken/asynq/tools/asynq@latest\n```\n\nand run the cli:\n\n```bash\nasynq dash\n````\n\nrun the web monitoring tool:\n\n```bash\ndocker run --rm \\\n    --name asynqmon \\\n    --network authproxy \\\n    -p 8090:8080 \\\n    hibiken/asynqmon \\\n    --redis-addr=redis-server:6379\n```\n\nopen the web ui:\n\n```bash\nopen http://localhost:8090\n```\n## Client Config\n\nThe client cli looks for a config file at `~/.authproxy.yaml`:\n\n```yaml\nadmin_username: bobdole\nadmin_private_key_path: /path/to/private/key\nserver:\n  api: http://localhost:8081\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmorlok%2Fauthproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmorlok%2Fauthproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmorlok%2Fauthproxy/lists"}