You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: walkthroughs/3-low-code-api-development/walkthrough.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,6 @@ By default, Fuse Online does not expose an *Integration* to the public internet
373
373
. Go to *Home > Projects* and select the project named with the following format: `{fuse-namespace}`.
374
374
. Choose *Networking > Services* from the left menu.
375
375
. 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`.
377
376
378
377
=== Creating a cURL Deployment
379
378
@@ -409,4 +408,9 @@ oc logs curl
409
408
{blank}
410
409
+
411
410
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.
0 commit comments