Skip to content

Commit

Permalink
revert: "refactor: replace static opentunnel authentication header wi…
Browse files Browse the repository at this point in the history
…th configurable headername with 'Authorization` as default name"

This reverts commit e01c069.
  • Loading branch information
MLenterman committed Oct 31, 2024
1 parent 5b8639a commit 125c1a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
contentType="text/xml"
timeout="${openforms2xxllnc.connections.vrije-berichten.timeout}"
throwApplicationFaults="false"
headersParams="${openforms2xxllnc.connections.vrije-berichten.auth-header-name}"
headersParams="x-opentunnel-api-key"
parametersToSkipWhenEmpty="*"
>
<Param name="url" value="${openforms2xxllnc.connections.vrije-berichten.endpoint}" />
<Param name="${openforms2xxllnc.connections.vrije-berichten.auth-header-name}" pattern="{password}" authAlias="${openforms2xxllnc.connections.vrije-berichten.auth-alias}" hidden="true" />
<Param name="x-opentunnel-api-key" pattern="{password}" authAlias="${openforms2xxllnc.connections.vrije-berichten.auth-alias}" hidden="true" />
</WebServiceSender>
<Forward name="success" path="UnwrapGenereerDocumentIdentificatie_Du02Response" />
<Forward name="exception" path="SoapFault_Exception" />
Expand Down Expand Up @@ -178,11 +178,11 @@
contentType="text/xml"
timeout="${openforms2xxllnc.connections.ontvang-asynchroon.timeout}"
throwApplicationFaults="false"
headersParams="${openforms2xxllnc.connections.ontvang-asynchroon.auth-header-name}"
headersParams="x-opentunnel-api-key"
parametersToSkipWhenEmpty="*"
>
<Param name="url" value="${openforms2xxllnc.connections.ontvang-asynchroon.endpoint}" />
<Param name="${openforms2xxllnc.connections.ontvang-asynchroon.auth-header-name}" pattern="{password}" authAlias="${openforms2xxllnc.connections.ontvang-asynchroon.auth-alias}" hidden="true" />
<Param name="x-opentunnel-api-key" pattern="{password}" authAlias="${openforms2xxllnc.connections.ontvang-asynchroon.auth-alias}" hidden="true" />
</WebServiceSender>
<Forward name="success" path="UnwrapBv03BerichtResponse" />
<Forward name="exception" path="SoapFault_Exception" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
soapAction="http://www.egem.nl/StUF/sector/zkn/0310/geefZaakdetails_Lv01"
timeout="${openforms2xxllnc.connections.beantwoord-vraag.timeout}"
throwApplicationFaults="false"
headersParams="${openforms2xxllnc.connections.beantwoord-vraag.auth-header-name}"
headersParams="x-opentunnel-api-key"
parametersToSkipWhenEmpty="*"
>
<Param name="url" value="${openforms2xxllnc.connections.beantwoord-vraag.endpoint}" />
<Param name="${openforms2xxllnc.connections.beantwoord-vraag.auth-header-name}" pattern="{password}" authAlias="${openforms2xxllnc.connections.beantwoord-vraag.auth-alias}" hidden="true" />
<Param name="x-opentunnel-api-key" pattern="{password}" authAlias="${openforms2xxllnc.connections.beantwoord-vraag.auth-alias}" hidden="true" />
</WebServiceSender>
<Forward name="success" path="UnwrapZakLa01Response" />
<Forward name="exception" path="SoapFault_Exception" />
Expand Down

0 comments on commit 125c1a2

Please sign in to comment.