How-tos

1 min read

Update Extension Script Runtime Environment

Use this guide to manage the runtime environment of scripting extensions.

Check runtime extension version

  1. In the Cloudentity Admin Portal, select Extensions > Scripts.
  2. At the bottom of the extension details page, select the RUNTIME tab.

Change version

Deprecated runtime versions

If you see a “Deprecated runtime” warning in your scripting extensions list or details, we will remove that runtime in an upcoming release. Update the runtime version as soon as possible.

We will notify all the impacted customers, and provide a deadline for the migration. Deprecation Info

Modify the runtime version

  1. On the left side of the Extensions page, select RUNTIMES > version number to see its details. List of dependencies
  2. Review the list of dependencies and if needed, refactor the extension to use available libraries.
  3. At the bottom of the extension details page, select the RUNTIME tab.
  4. Click the version dropdown menu and select a runtime version. List of dependencies
  5. Click Save.

Important note

To avoid any potential issues or breaking changes, test updates to your scripting extension runtime in a non-production environment.

Each node version contains a list of available dependencies.

Updated: Sep 4, 2024