Skip to content

Commit ad900f1

Browse files
authored
Merge pull request #9677 from atmosfer/DBR-2574_add-desc-for-authorization-header-in-http-bridge
Add Description for Authorization Header in HTTP Bridge Documentation
2 parents e3f2534 + 89ba541 commit ad900f1

File tree

1 file changed

+14
-1
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/services

1 file changed

+14
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/services/event-broker.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@ Every event must carry four mandatory CloudEvents core attributes, each prefixed
111111

112112
See [CloudEvents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#required-attributes) for more information on required attributes.
113113

114+
#### HTTP Bridges Header
115+
116+
For HTTP Bridges, an additional HTTP header is required for authentication.
117+
118+
* **Authorization**: The value must be set as a Bearer token using the Personal Access Token (PAT) generated during bridge configuration.
119+
For example: `Authorization: Bearer <your-personal-access-token>`
120+
121+
This header must be included in all HTTP requests sent to the Mendix Event Broker via the HTTP Bridge. For details on how to obtain your Bearer token, see [Using the HTTP Bridge](#using-the-http-bridge).
122+
123+
{{% alert color="info" %}}
124+
You can include additional HTTP headers in your request, such as `ce_time: 2025-06-13T15:36:52.148542+02:00`. For example, passing `ce_time` will set the published time of the event. All other custom HTTP headers will be forwarded as Kafka headers by default.
125+
{{% /alert %}}
126+
114127
### Creating a Bridge
115128

116129
Technical Contacts with a license to the Mendix Event Broker can manage this feature from the **Event Broker Bridges** tab on the [Event Broker Manager](https://broker.mendix.com/) page.
@@ -254,7 +267,7 @@ On the confirmation screen you can do the following:
254267

255268
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/event_broker_bridges_create_6_http.png" class="no-border" >}}
256269

257-
#### Using the HTTP Bridge
270+
#### Using the HTTP Bridge {#using-the-http-bridge}
258271

259272
To run the HTTP bridge from your client, include a Bearer token in the request header.
260273

0 commit comments

Comments
 (0)