Configure Tunneling in the Catalyst Console

To access Tunneling in the Catalyst console:

  1. Open your Catalyst project in the console and click the settings icon. catalyst_tunneling_serverless_settings_highlight

  2. Navigate to Project Settings and click Tunneling. catalyst_tunneling_setting_nav_tunnel_highlight

  3. Click Create Tunnel Route. catalyst_tunneling_home_page

  4. Select the non-HTTPS and Integration functions you wish to tunnel from the drop-down. catalyst_tunneling_func_drop_down

  5. Paste the Tunneling URL generated in the previous step in the Tunneling URL input field. catalyst_tunneling_enter_tunneling_URL

Note:
  • The functions you select and the Tunneling URL you use will be displayed in the tunneling flow diagram.

  • To make the functions available in the console, you need to have deployed the functions to the Catalyst console in your project’s development environment from your local system.

  • You can only perform synchronous debugging of functions as of now. The next function will only be tunneled when one function’s tunneling is complete.

  1. Click Enable. catalyst_tunneling_first_enable

You will now be able to view the list of functions you have enabled tunneling for, as well as other general details, such as when and by whom the tunneling was enabled.

Note:
  • The execution timeout for Integration function is 30 seconds and for Cron and Event function is 15 minutes.

  • Some of the reverse-proxy providers you choose to tunnel your functions with could issue a timeout message at a shorter duration than the one set by Catalyst. In these cases as well, the timeout message will appear in the Catalyst functions’ execution history.

  • Some of the reverse-proxy providers you choose to tunnel your functions with could issue a timeout message at a shorter duration than the one set by Catalyst. In these cases as well, the timeout message will appear in the Catalyst functions’ execution history.

If you wish to debug your tunneled functions, you will need to set up additional configurations and use a different CLI command. Detailed steps on how to debug your tunneled functions from your IDE can be found in this section.

Last Updated 2024-07-23 17:40:25 +0530 +0530

ON THIS PAGE