Skip to content

Commit

Permalink
Publish gh-pages
Browse files Browse the repository at this point in the history
Automerge Pull-Request of gh-pages
  • Loading branch information
gematik1 authored Nov 15, 2024
2 parents 936c856 + b161898 commit 0f5b809
Show file tree
Hide file tree
Showing 43 changed files with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions Tiger-User-Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<h1>Tiger User Manual</h1>
<div class="details">
<span id="author" class="author">[email protected]</span><br>
<span id="revdate">Version 3.4.4 - 2024-11-08</span>
<span id="revdate">Version 3.4.5 - 2024-11-15</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Contents</div>
Expand Down Expand Up @@ -2745,7 +2745,26 @@ <h4 id="hosts"><a class="anchor" href="#hosts"></a>4.3.3. hosts</h4>
</div>
</div>
<div class="sect3">
<h4 id="criterions"><a class="anchor" href="#criterions"></a>4.3.4. criterions</h4>
<h4 id="multiple-targets"><a class="anchor" href="#multiple-targets"></a>4.3.4. Multiple targets</h4>
<div class="paragraph">
<p>Sometimes you can only at runtime know which target to use. This can be achieved by using the <code>to</code>-property as a list of targets:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs" data-lang="yaml">tigerProxy:
proxyRoutes:
- from: /
to:
- http://orf.at/blub/
- http://ard.de/bla/</code></pre>
</div>
</div>
<div class="paragraph">
<p>When booting the tiger-proxy the proxy tries to reach the target host by sending a HEAD-request to the host (dropping the path). If the server sends a valid HTTP (or HTTPS) response, the target is considered reachable and the route is used. If no target can be reached an exception is thrown. The return code is ignored.</p>
</div>
</div>
<div class="sect3">
<h4 id="criterions"><a class="anchor" href="#criterions"></a>4.3.5. criterions</h4>
<div class="paragraph">
<p>As an additional measure for a more fine-grained matching you can use criterions. These are JEXL-expressions which have to be fulfilled for the route to be used. This can be leveraged to make the routing decision dependent on the content of the message.</p>
</div>
Expand All @@ -2764,15 +2783,15 @@ <h4 id="criterions"><a class="anchor" href="#criterions"></a>4.3.4. criterions</
</div>
</div>
<div class="sect3">
<h4 id="disablerbellogging"><a class="anchor" href="#disablerbellogging"></a>4.3.5. disableRbelLogging</h4>
<h4 id="disablerbellogging"><a class="anchor" href="#disablerbellogging"></a>4.3.6. disableRbelLogging</h4>
<div class="paragraph">
<p>You can deactivate the rbel-Logging on a per-Route basis.<br>
Rbel is a versatile and powerful tool, but the analysis of individual messages consumes a lot of both CPU and memory.<br>
Deactivating it for routes in which it is not needed is therefore a good idea.</p>
</div>
</div>
<div class="sect3">
<h4 id="basicauth"><a class="anchor" href="#basicauth"></a>4.3.6. basicAuth</h4>
<h4 id="basicauth"><a class="anchor" href="#basicauth"></a>4.3.7. basicAuth</h4>
<div class="paragraph">
<p>You can add optional basic-auth configuration which will be added to the forwarded message.<br>
Theoretically this could also be done via modifications, but this a more convenient approach.</p>
Expand Down Expand Up @@ -2908,7 +2927,7 @@ <h4 id="custom-ca"><a class="anchor" href="#custom-ca"></a>4.4.4. Custom CA</h4>
<h4 id="fixed-server-identity"><a class="anchor" href="#fixed-server-identity"></a>4.4.5. Fixed server identity</h4>
<div class="paragraph">
<p>The final, easiest and most unflexible way to solve TLS-issues is to simply give a fixed server-identity.<br>
This identity will be used for all routes.</p>
This identity will be used for all routes, but only if it matches the domain-name given by the client during the handshake. As a fallback (if the domain-name does not match) the dynamic server-identity will be used.</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -8244,7 +8263,7 @@ <h4 id="fo03-adding-alternative-names-programatically-throws-sslexception-2"><a
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-08 08:31:11 +0100
Last updated 2024-11-15 15:11:15 +0100
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
Binary file modified Tiger-User-Manual.pdf
Binary file not shown.
Binary file modified screenshots/config_editor_cell_editor_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/config_editor_collapse_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/config_editor_delete_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/config_editor_example_filter_popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/config_editor_expand_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/featuretitle_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_date_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_rbelpath.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_rbelpath_urllink_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_replaybutton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_serverlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_serverlog_buttons_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_table_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/maincontent_tabs_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/play_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/serverlog_level_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_config_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_featurebox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_pause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_serverbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_statusbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_statusbox_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebar_version_build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebarclosed_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebaropen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/sidebaropen_highlight.png
Binary file modified screenshots/tg_global_config_editor.png
Binary file modified screenshots/webui.png
Binary file modified screenshots/webui_btn_content.png
Binary file modified screenshots/webui_btn_content_highlight.png
Binary file modified screenshots/webui_filter_open.png
Binary file modified screenshots/webui_hide_header.png
Binary file modified screenshots/webui_inspect_highlight.png
Binary file modified screenshots/webui_inspect_jexl_highlight.png
Binary file modified screenshots/webui_inspect_open.png
Binary file modified screenshots/webui_inspect_rbelpath_highlight.png
Binary file modified screenshots/webui_message_partner.png
Binary file modified screenshots/webui_routing_open.png
Binary file modified screenshots/webui_save_open.png
Binary file modified screenshots/workflowui.png
Binary file modified screenshots/workflowui_quit.png

0 comments on commit 0f5b809

Please sign in to comment.