Skip to content

Commit

Permalink
Docs: Add instructions on how to get secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Nov 29, 2024
1 parent d885c1b commit 7216e62
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java Application Template
# A2J ERV wrapper

[![Pipeline](https://github.com/digitalservicebund/a2j-erv-wrapper/actions/workflows/pipeline.yml/badge.svg)](https://github.com/digitalservicebund/a2j-erv-wrapper/actions/workflows/pipeline.yml)
[![Scan](https://github.com/digitalservicebund/a2j-erv-wrapper/actions/workflows/scan.yml/badge.svg)](https://github.com/digitalservicebund/a2j-erv-wrapper/actions/workflows/scan.yml)
Expand Down Expand Up @@ -30,6 +30,16 @@ cp src/main/resources/application-local.yaml.example src/main/resources/applicat

You'll also need to run spring with the `local` (profile)[https://www.baeldung.com/spring-profiles#5-environment-variable] (how to do that depends on your dev setup).

### Replace dummy config

The checked in dummy configuration gets you started. However if you want to use fit-connect properly, you need to register at the (fitko self service portal)[https://portal.auth-testing.fit-connect.fitko.dev/login] and create:

- a sender client (client for `Onlinedienst`),
- a subscriber client (client for `Verwaltungssystem`, you can use (this tool)[https://git.fitko.de/fit-connect/fit-connect-tools/-/tree/main?ref_type=heads#skript-createselfsignedjwkspy] to create the keys),
- a destination (`Zustellpunkt`).

Use these to replace the ids and secrets in your `application-local.yaml`.

## Generate sources for EGVP SOAP service

enable wsimport task in build.gradle.kts by setting
Expand Down

0 comments on commit 7216e62

Please sign in to comment.