Skip to content

Commit 79f5e60

Browse files
committed
RHIDP-4802 - Dynamic plugin: Document how users can add middleware functions to proxy backend
1 parent 2d50ebb commit 79f5e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dynamic-plugins/con-overriding-core-backend-services.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[id="overriding-core-backend-services_{context}"]
22
= Overriding Core Backend Service Configuration
33

4-
The {product} ({product-very-short}) backend platform consists of a number of core services that are well encapsulated. The {product-very-short} backend installs these default core services statically during initialization.
4+
The {product} ({product-very-short}) backend platform consists of a number of core services that are well encapsulated. The {product-very-short} backend installs these default core services statically during initialization.
55

66
You can configure these core services by customizing the backend source code and rebuilding your {product-short} application. Alternatively, you can customize a core service by installing it as a `BackendFeature` by using dynamic plugin functionality.
77

8-
To use dynamic plugin functionality to customize a core service in your RHDH application, you must configure the backend to avoid statically installing a given default core service
8+
To use the dynamic plugin functionality to customize a core service in your RHDH application, you must configure the backend to avoid statically installing a given default core service.
99

1010
For example, adding a middleware function to handle all incoming requests can be done by installing a custom `configure` function for the root `HTTP` router backend service which allows access to the underlying Express application.
1111

0 commit comments

Comments
 (0)