Skip to content

Commit 14282f0

Browse files
committed
fixes
1 parent cfdacc5 commit 14282f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/_kong_plugins/datakit/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ rows:
7878
- usecase: "[Transform XML into JSON, or JSON into XML](/plugins/datakit/examples/convert-json-to-xml-and-back/)"
7979
description: "Transform JSON requests into XML so you can send the data to a SOAP service, then transform the resulting XML back into JSON."
8080
- usecase: "[Third-party auth with dynamic url](/plugins/datakit/examples/authenticate-third-party-with-dynamic-url/)"
81-
description: Use a dynamic internal auth endpoint to inject request headers before proxying the request.
81+
description: Dynamically resolve an internal authentication endpoint and inject the necessary request headers prior to proxying the request.
8282
{% endtable %}
8383
<!--vale on-->
8484

@@ -728,7 +728,8 @@ returns a JSON mime-type in the `Content-Type` header if the response body is
728728
not valid JSON.
729729

730730
#### Resolve URL at runtime
731-
The `url` attribute on a `call` node is set at config-time. To override it at runtime, provide a value through the `url` input. If that value is `nil`, Datakit falls back to the statically defined URL.
731+
732+
A `call` node defines its `url` statically during configuration. To substitute a different endpoint at runtime, pass a value via the `url` input. If the input is `nil`, Datakit automatically reverts to the configured static URL.
732733

733734
For example:
734735

0 commit comments

Comments
 (0)