mirror of
https://github.com/admin-ch/CovidCertificate-Api-Gateway-Service.git
synced 2026-08-25 20:44:15 +00:00
Read-only mirror of https://github.com/admin-ch/CovidCertificate-Api-Gateway-Service — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source.
- Java 99.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| .run | ||
| docker | ||
| src | ||
| .gitignore | ||
| application.properties | ||
| LICENSE | ||
| lombok.config | ||
| pom.xml | ||
| README.md | ||
CovidCertificate-API-Gateway-Service
The API gateway service provides an API for third party systems.
This project is released by the the Federal Office of Information Technology, Systems and Telecommunication FOITT on behalf of the Federal Office of Public Health FOPH.
Content Signature
Every request to /api/v1/covidcertificate/* requires a valid signature of the body. The creation of this signature is documented here.
Local use
To run the service locally without connecting to the eIAM AdminService, add the profiles "local,mock-identity-authorization" to the run configuration.
Lombok
Project uses Lombok. Configure your IDE with lombok plugin.