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.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Harald Lösing c26159d663
Merge pull request #162 from admin-ch/release/4.11.x_Februar_23
Backmerge Release/4.11.x Februar 23 to Master
2023-03-01 08:41:52 +01:00
.github/workflows Update maven.yml 2022-11-21 17:05:21 +01:00
.run Updated Libraries and prepared next release 4.11.1 2023-02-08 15:32:55 +01:00
docker VACCINECER-779: added database for kpi logs 2021-06-01 13:22:49 +02:00
src imports fixed 2023-02-01 17:54:03 +01:00
.gitignore adapt recoveryRatDto to match the testDto 2022-01-17 20:43:37 +01:00
application.properties VACCINECER-1055: updated swagger doc 2021-06-23 12:04:09 +02:00
LICENSE VACCINECER-171: Migration github 2021-05-31 11:44:49 +02:00
lombok.config first commit 2021-05-27 11:50:39 +02:00
pom.xml Authorization library version. 2023-02-16 08:40:16 +01:00
README.md VACCINECER-722 Added instruction for local use of the service. 2021-06-08 11:23:57 +02:00

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.