Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG FF_VERSION=latest
ARG FF_VERSION=9.1.1-20250513.130355

FROM frankframework/frankframework:${FF_VERSION} as ff-base

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / ci / docker-ci / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

## Uncomment this section if the Frank! contains custom classes.
# Copy dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/main/configurations/Fetch_ZGW_To_ZDS/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]>

<Configuration name="Fetch_ZGW_To_ZDS">
&ApplyValueOverridesZgwToZds;
<!-- &ApplyValueOverridesZgwToZds;
&GeefZaakdetails_Lv01;
&GetRollenByBsn;
&GetZaakDetailsByRol;
Expand All @@ -53,5 +53,5 @@
&Fetch_ZGW_To_ZDS_Creeerzaak1;
&GenerateAuthorizationHeaderForCatalogiApi;
&GenerateAuthorizationHeaderForZakenApi;
&GenerateAuthorizationHeaderForNotificatiesApi;
&GenerateAuthorizationHeaderForNotificatiesApi; -->
</Configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Cache maxElementsInMemory="1" keyXPath="string('GenerateAuthorizationHeaderForNotificatiesApi')" timeToLiveSeconds="550" />
<!-- <Cache maxElementsInMemory="1" keyXPath="string('GenerateAuthorizationHeaderForNotificatiesApi')" timeToLiveSeconds="550" /> -->

<XmlSwitchPipe
name="CheckForAuthType"
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/StageSpecifics_LOC.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
openzaak2zds.zgw.zaken-api.auth-alias=alias
openzaak2zds.zgw.catalogi-api.auth-alias=alias
openzaak2zds.connections.notificaties-subscription-api.auth-alias=alias
openzaak2zds.connections.notificaties-api.auth-alias=alias
openzaak2zds.connections.notificaties-api.subscription.auth-alias=alias
3 changes: 3 additions & 0 deletions src/main/secrets/credentials.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# jdbc/username=<username>
# jdbc/password=<password>

alias/username=alias
alias/password=alias
Loading