Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 88833dd

Browse files
authored
Merge pull request #34 from integr8ly/INTLY-8592
fix: final verification for WT3, typos in WT5
2 parents e6baacb + dcab83d commit 88833dd

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

walkthroughs/3-low-code-api-development/walkthrough.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ By default, Fuse Online does not expose an *Integration* to the public internet
373373
. Go to *Home > Projects* and select the project named with the following format: `{fuse-namespace}`.
374374
. Choose *Networking > Services* from the left menu.
375375
. Make sure there is a *i-greeting-integration-{user-username}* item in the *Services* list.
376-
. Take a note of the hostname: `i-greeting-integration-{user-username}.{fuse-namespace}.svc.cluster.local`.
377376

378377
=== Creating a cURL Deployment
379378

@@ -409,4 +408,9 @@ oc logs curl
409408
{blank}
410409
+
411410
NOTE: To rerun the cURL command you first need to delete Pod from previous runs This can be achieved by running the `oc delete pod curl` command.
412-
. Verify that the message `Hello from, OpenShift` appeared in your `low-code-demo` Slack channel.
411+
412+
[type=verification]
413+
Can you see the message `Hello from, OpenShift` in your `low-code-demo` Slack channel?
414+
415+
[type=verificationFail]
416+
Verify that your Fuse Online integration successfully processed the message and check the settings in the Slack Apps portal at link:https://api.slack.com/apps[api.slack.com/apps, window="_blank", id="{context}-5"]. If you are still having issues, contact your administrator.

walkthroughs/5-adding-data-sync-graphql/walkthrough.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Follow these steps to create a client for the front-end app.
173173

174174
. Go to the link:{sso-realm-url}[Master, window="_blank"] realm, which is running on your {customer-sso-name} service.
175175
.. If prompted, log in with your username and password. You will see the *Master* realm if the login is successful.
176-
. Hover the realm dropdown in the top right and click on *Add Realm*.
176+
. Hover the realm dropdown in the top left and click on *Add Realm*.
177177
. In the name field, enter *{realm-name}*.
178178
. Click *Create*. You will be redirected to your new realm.
179179
. Select *Clients* from the vertical navigation menu on the left side of the screen.
@@ -221,16 +221,16 @@ Does the content of the config map look as follows:
221221
----
222222
window.showcaseConfig = {
223223
"backend": {
224-
"serverUrl": "/graphql",
225-
"wsServerUrl": ((window.location.protocol === "https:") ? "wss://" : "ws://") + window.location.hostname + "/graphql"
224+
"serverUrl": "/graphql",
225+
"wsServerUrl": ((window.location.protocol === "https:") ? "wss://" : "ws://") + window.location.hostname + "/graphql"
226226
},
227-
"auth": {
228-
"realm": "{realm-name}",
229-
"url": "{user-sso-url}/auth",
230-
"ssl-required": "external",
231-
"clientId": "{user-username}-frontend",
232-
"public-client": true,
233-
"confidential-port": 0
227+
"auth": {
228+
"realm": "{realm-name}",
229+
"url": "{user-sso-url}/auth",
230+
"ssl-required": "external",
231+
"clientId": "{user-username}-frontend",
232+
"public-client": true,
233+
"confidential-port": 0
234234
}
235235
};
236236
----

0 commit comments

Comments
 (0)