{"id":19310144,"url":"https://github.com/cedadev/jasmin-object-store-portal","last_synced_at":"2026-02-19T06:02:21.073Z","repository":{"id":153135007,"uuid":"622893539","full_name":"cedadev/jasmin-object-store-portal","owner":"cedadev","description":"A portal for managing object store access keys","archived":false,"fork":false,"pushed_at":"2025-04-14T13:27:04.000Z","size":262,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-04T03:21:11.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-03T09:24:18.000Z","updated_at":"2025-04-14T13:27:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f90b5bfc-a526-4861-b55c-2e958209278e","html_url":"https://github.com/cedadev/jasmin-object-store-portal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedadev/jasmin-object-store-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-object-store-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-object-store-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-object-store-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-object-store-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/jasmin-object-store-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-object-store-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"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":[],"created_at":"2024-11-10T00:22:47.526Z","updated_at":"2026-02-19T06:02:21.068Z","avatar_url":"https://github.com/cedadev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jasmin Object Store Portal\n\nA portal to manage object store access keys.\n\nBuilt with fast-api.\n\n## Setup\n\n1. Install Poetry  \n   `curl -sSL https://install.python-poetry.org | python3 -`\n2. Install dependencies  \n   `poetry install`\n3. Install Redis. [Detailed documentation available on the redis website.](https://redis.io/docs/getting-started/installation/)\n4. Create the file `conf\\common.secrets.yaml`\n5. Replace the placeholders in [Config structure](#config-structure)\n6. Run\n\n```bash\npoetry run uvicorn objectstore_interface.main:app --reload\n```\n\n## Config structure\nThe file `conf\\common.secrets.yaml` should look something like this:\n```yaml\naccounts:\n  client_id: \"client id\"\n  client_secret: \"client secret\"\n  scope: \" scope\"\n  redirectUri: http://127.0.0.1:8000/oauth2/redirect\n\nprojects:\n  client_id: \"client id\"\n  client_secret: \"client secret\"\n  scope: \" scope\"\n\ns3:\n  auth_secret: 'auth secret'\n\nredis:\n  connection: 'redis://localhost'\ntesting: false\n```\n\n## Testing\n1. `poetry install`\n2. `poetry run pytest --cov`\n\n\n## Add new dependencies\nTo add new dependencies you need to first add them with poetry as normal, then to ensure that the docker build process will pick them up run `poetry export --without-hashes --format=requirements.txt --output=requirements.txt`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fjasmin-object-store-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Fjasmin-object-store-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fjasmin-object-store-portal/lists"}