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

Commit

Permalink
user sanitized username in WT1
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Apr 7, 2020
1 parent 432f05d commit 3a78e64
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ This OpenAPI (swagger) file defines the API for querying and creating orders in
+
[subs="attributes+", id="route-crud-host-url-connector-name"]
----
Order System REST API Connector {user-username}
Order System REST API Connector {user-sanitized-username}
----
.. Click *Save*.

[type=verification]
Is the new connector *Order System REST API Connector {user-username}* displayed on the *Customizations > API Client Connectors* screen of the link:{fuse-url}[Red Hat Fuse Online, window="_blank", id="{task-context}-2"] console?
Is the new connector *Order System REST API Connector {user-sanitized-username}* displayed on the *Customizations > API Client Connectors* screen of the link:{fuse-url}[Red Hat Fuse Online, window="_blank", id="{task-context}-2"] console?

[type=verificationFail]
{standard-fail-text}
Expand All @@ -227,7 +227,7 @@ Follow these steps to create a connection to the CRUD App.
. Log in to the link:{fuse-url}[Red Hat Fuse Online, window="_blank", id="{task-context}-3"] console.
. Select *Connections* from the left hand menu.
. Select the *Create Connection* button to start the *Create Connection* wizard.
. When prompted with *Select connector*, select *Order System REST API Connector {user-username}*.
. When prompted with *Select connector*, select *Order System REST API Connector {user-sanitized-username}*.
. When prompted with *Configure connection*:
.. Enter the following in the *Host* field:
+
Expand All @@ -243,7 +243,7 @@ This is the location of the *rhmi-lab-internal-fuse-api* application that was cr
+
[subs="attributes+"id="route-crud-host-url-name"]
----
Order System REST API Connection {user-username}
Order System REST API Connection {user-sanitized-username}
----
.. Click *Save*.

Expand Down Expand Up @@ -298,7 +298,7 @@ amqp://{enmasse-broker-url}:5672?amqp.saslMechanisms=PLAIN
+
[subs="attributes+", id="create-amq-connection-name"]
----
Incoming Order Queue Connection {user-username}
Incoming Order Queue Connection {user-sanitized-username}
----
. Click *Save*.

Expand Down Expand Up @@ -335,7 +335,7 @@ Follow these steps to create an integration.
. Log in to the link:{fuse-url}[Red Hat Fuse Online, window="_blank", id="wt1a_2_3_1_fuse-url"] console.
. Select *Integrations* from the left hand menu.
. Select the *Create Integration* button to start the *Create Integration* wizard.
. Choose *Incoming Order Queue Connection {user-username}* as the *Start Connection*.
. Choose *Incoming Order Queue Connection {user-sanitized-username}* as the *Start Connection*.
. When prompted to *Choose an action*, select *Subscribe for messages* and click the *Select* button.
. When prompted for a *Destination name*, enter:
+
Expand Down Expand Up @@ -370,7 +370,7 @@ work-queue-requests
}
----
.. Click *Next*.
. Choose *Order System REST API Connection {user-username}* as the *Finish Connection*.
. Choose *Order System REST API Connection {user-sanitized-username}* as the *Finish Connection*.
. When prompted to *Choose an action*, select *Create an order* and click the *Select* button.
. When prompted with *Configure the action* click *Next*.
. When prompted to *Add to Integration*, click on the blue *+* icon between the *Subscribe for messages* and *Create an order* elements.
Expand All @@ -383,7 +383,7 @@ work-queue-requests
+
[subs="attributes+", id="create-integration-name"]
----
Integration Solution 1 {user-username}
Integration Solution 1 {user-sanitized-username}
----
. Click *Save and publish*.

Expand Down

0 comments on commit 3a78e64

Please sign in to comment.