{"id":27056446,"url":"https://github.com/buried-in-code/gallagher","last_synced_at":"2025-04-05T10:17:41.195Z","repository":{"id":284901477,"uuid":"951768392","full_name":"Buried-In-Code/Gallagher","owner":"Buried-In-Code","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T20:20:59.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T21:29:00.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/Buried-In-Code.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":"2025-03-20T08:02:52.000Z","updated_at":"2025-04-04T20:21:01.000Z","dependencies_parsed_at":"2025-03-28T09:35:19.570Z","dependency_job_id":"6bb2e8fd-7a53-48dc-841a-a3b3a93f1dc4","html_url":"https://github.com/Buried-In-Code/Gallagher","commit_stats":null,"previous_names":["buried-in-code/gallagher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FGallagher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FGallagher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FGallagher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FGallagher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buried-In-Code","download_url":"https://codeload.github.com/Buried-In-Code/Gallagher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318730,"owners_count":20919483,"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":"2025-04-05T10:17:40.737Z","updated_at":"2025-04-05T10:17:41.179Z","avatar_url":"https://github.com/Buried-In-Code.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gallagher\n\n![Java Version](https://img.shields.io/badge/Temurin-21-green?style=flat-square\u0026logo=eclipse-adoptium)\n![Status](https://img.shields.io/badge/Status-Beta-yellowgreen?style=flat-square)\n\n[![Gradle](https://img.shields.io/badge/Gradle-8.13.0-informational?style=flat-square\u0026logo=gradle)](https://github.com/gradle/gradle)\n[![SpringBoot](https://img.shields.io/badge/SpringBoot-3.4.3-informational?style=flat-square\u0026logo=springboot)](https://github.com/spring-projects/spring-boot)\n[![Spotless](https://img.shields.io/badge/Spotless-7.0.2-informational?style=flat-square)](https://github.com/diffplug/spotless)\n\n[![Github - Version](https://img.shields.io/github/v/tag/Buried-In-Code/Gallagher?logo=Github\u0026label=Version\u0026style=flat-square)](https://github.com/Buried-In-Code/Gallagher/tags)\n[![Github - License](https://img.shields.io/github/license/Buried-In-Code/Gallagher?logo=Github\u0026label=License\u0026style=flat-square)](https://opensource.org/licenses/MIT)\n\n[![Github Action - Tests](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Gallagher/integration.yaml?branch=main\u0026logo=githubactions\u0026label=Tests\u0026style=flat-square)](https://github.com/Buried-In-Code/Gallagher/actions/workflows/integration.yaml)\n[![Github Action - Build](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Gallagher/deployment.yaml?branch=main\u0026logo=githubactions\u0026label=Build\u0026style=flat-square)](https://github.com/Buried-In-Code/Gallagher/actions/workflows/deployment.yaml)\n\n__TODO:__ Description\n\n## Local development\n\n1. Downstream services are mocked with Wiremock, run: `docker compose -f docker-compose-local.yaml up -d`\n2. Start project `SPRING_PROFILES_ACTIVE=local gradle clean bootRun`\n\n## Usage\n\n1. Create a `.env` file with your Gallagher details\n    ```dotenv\n    GALLAGHER__API_KEY=EXAM-PLE-API-KEY\n    GALLAGHER__BASE_URL=https://example.com\n    GALLAGHER__CERTIFICATE=Base64-Encode-of-certificate.pem\n    GALLAGHER__PRIVATE_KEY=Base64-Encode-of-private-key.pem\n\n    CREATE__USER__EMAIL=user@example.com\n    CREATE__USER__FIRST_NAME=Joe\n    CREATE__USER__LAST_NAME=Bloggs\n    CREATE__USER__DIVISION_HREF=https://example.com/api/division/123\n    CREATE__USER__ACCESS_GROUP_HREF=https://example.com/api/access-group/123\n    CREATE__USER__EXTERNAL_ID=AAA-12345-BBB\n\n    READ__USER__EMAIL=user@example.com\n\n    UPDATE__CARD__TYPE_HREF=https://example.com/api/card-type/123\n    UPDATE__CARD__NUMBER=12345\n    UPDATE__USER__EMAIL=user@example.com\n\n    DELETE__USER__EMAIL=user@example.com\n    ```\n\n2. Create a folder `nginx` and download the [nginx.conf](./nginx/nginx.conf) file to the folder.\n2. Download the [docker-compose.yaml](./docker-compose.yaml) file\n3. Run with: `docker compose up -d`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fgallagher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburied-in-code%2Fgallagher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fgallagher/lists"}