Skip to content

Commit 6093d54

Browse files
committed
Update Blog “getting-started-with-the-hpe-greenlake-cloud-eventing-framework”
1 parent 571d82d commit 6093d54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ HPE GreenLake cloud provides an eventing framework in which event publishers (an
2626

2727
The following diagram illustrates the mechanism by which this works:
2828

29-
![HPE GreenLake eventing framework](/img/presentation2-auto-saved-.jpg "HPE GreenLake eventing framework")
29+
![HPE GreenLake cloud eventing framework](/img/slide-for-blog-webhooks.jpg "HPE GreenLake cloud eventing framework")
3030

3131
## How do you write webhook handlers?
3232

@@ -156,9 +156,9 @@ Next, add another module to compute the HMAC. Click the plus sign and add a **To
156156
Configure the Set variable module with:
157157

158158
* Variable name: **hmac** 
159-
* Variable value: **sha256( challengeRequest ; ; <SecretKey> )**
159+
* 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

191 KB
Loading

0 commit comments

Comments
 (0)