- Security
Enable Kyma with Runtime Agent
Runtime Agent is a component that is used in the Compass mode of Application Connectivity. By default, Kyma uses the standalone Application Connectivity mode, which does not support integration with Compass. Because of this, on installation, you must:
- Disable the components used in the standalone mode by setting the global.disableLegacyConnectivity value to
true
, and - Add the
compass-runtime-agent
module in thecompass-system
Namespace to the list of components
Click to copy
kyma deploy --value global.disableLegacyConnectivity="true" --components-file {YOUR_COMPONENTS_FILE_PATH}
TIP: Read more about how to change Kyma settings and install Kyma with specific components.