Skip to content

Commit 1426374

Browse files
committed
Update Blog “getting-started-with-the-hpe-greenlake-cloud-eventing-framework”
1 parent b733ef4 commit 1426374

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/blog/getting-started-with-the-hpe-greenlake-cloud-eventing-framework.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Configure the Set variable module with:
158158
* Variable name: **hmac** 
159159
* Variable value: **sha256( challengeRequest ; ; \<SecretKey\> )**
160160

161-
> Note: you can drag the **challengeRequest** property from the **Webhooks** module, and drop it as your first parameter. \**<SecretKey\>** is a placeholder which you will replace later, once we know the the real shared secret key.
161+
> Note: you can drag the **challengeRequest** property from the **Webhooks** module, and drop it as your first parameter. **\<SecretKey\>** is a placeholder which you will replace later, once we know the the real shared secret key.
162162

163163
![drag and drop properties](/img/drag-drop-properties.jpg "drag and drop properties")
164164

@@ -281,6 +281,11 @@ com.hpe.greenlake.subscriptions.v1.expiring-subscriptions
281281

282282
![Subscribing to events](/img/subscribe.jpg "Subscribing to events")
283283

284+
285+
<img src="/img/subscribe.jpg" width="50%" height="50%" alt="Subscribing to events" title="Subscribing to events">
286+
287+
288+
284289
Once you select **Subscribe to event**, your webhook handler is now registered to receive these types of events.
285290

286291
![Event subscribed](/img/event-subscribed.jpg "Event subscribed")

0 commit comments

Comments
 (0)