Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.52 KB

Exercise 1 - Setup connection between ITCM and Kyma runtime

In this exercise, you will set up a connection between ITCM and Kyma runtime, register ITCM domain events on Kyma runtime.

Step 1.1 - Create an ITCM application in Kyma runtime

1.Create an ITCM application from the Kyma cockpit.

2.Bind ITCM application to a namespace.

Step 1.2 - Register Kyma runtime in ITCM Extension Center

1.Register Kyma runtime in the ITCM Extension Center on the system tab.

Step 1.3 - Register ITCM exposed domain event APIs

Expose the domain event to Kyma runtime through a secure connection.

To secure the connection, you need to generate a private key by the OpenSSL tool and request a certificate signed by Kyma runtime. The credential is mandatory for the communication with Kyma runtime.
Detail steps:here

1.Choose claims from the categorized event on the Event Mesh tab.

2.Event reference for claims.

3.Define a channel for claims event publishing.

Summary

Now the connection between ITCM & Kyma runtime is ready,
Continue to - Exercise 2 - Implement extensional functions in Kyma runtime