diff --git a/codelabs/ep-connect-ep-broker/codelab.json b/codelabs/ep-connect-ep-broker/codelab.json index 0c7f4a06..91dd4c99 100644 --- a/codelabs/ep-connect-ep-broker/codelab.json +++ b/codelabs/ep-connect-ep-broker/codelab.json @@ -3,7 +3,7 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2024-05-31T16:31:49Z", + "updated": "2024-06-03T13:05:03Z", "id": "ep-connect-ep-broker", "duration": 68, "title": "Connecting Event Portal to a runtime Event Broker", diff --git a/codelabs/ep-connect-ep-broker/img/a8155ca3d8ed56e0.png b/codelabs/ep-connect-ep-broker/img/a8155ca3d8ed56e0.png new file mode 100644 index 00000000..1acfc624 Binary files /dev/null and b/codelabs/ep-connect-ep-broker/img/a8155ca3d8ed56e0.png differ diff --git a/codelabs/ep-connect-ep-broker/img/f0ce240df6deffec.png b/codelabs/ep-connect-ep-broker/img/f0ce240df6deffec.png new file mode 100644 index 00000000..7a0e4afb Binary files /dev/null and b/codelabs/ep-connect-ep-broker/img/f0ce240df6deffec.png differ diff --git a/codelabs/ep-connect-ep-broker/index.html b/codelabs/ep-connect-ep-broker/index.html index 19a82d02..a15c886a 100644 --- a/codelabs/ep-connect-ep-broker/index.html +++ b/codelabs/ep-connect-ep-broker/index.html @@ -41,7 +41,7 @@ @@ -92,7 +92,7 @@

Run the Postman script

  1. To guide application promotion, Event Portal models all of your runtime environments. To do this, go to the profile icon in the lower left hand side, then click on Environments.
    Image

  2. -
  3. To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.
    Image

  4. +
  5. To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.
    Image

@@ -107,6 +107,7 @@

Run the Postman script

  • Update the Message VPN, SEMP username and SEMP URL to point to your local broker.
    Message VPN (1) is typically: default
    SEMP username (2) is typically: admin
    SEMP URL (3) can be found, if using docker by finding the brokers ip address using the following command:
    docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' solace
  • Once you have the ip address, the SEMP_URL is typically port 8080, thus http://BROKER-IP:8080

    Once properly configured, click on Save Changes (4)
    Image

    +

    Click on the Save & Create connection file button as shown : 16.a.png