Corezoid 6.5
  • 03 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Corezoid 6.5

  • Dark
    Light
  • PDF

Article summary

Release date: [2023-12-19]

Corezoid.com

New Features

Now, you can enhance security for the Start node in a Process by enabling basic authentication, ensuring username and password protection for receiving requests via Direct URL in user companies:

  1. In the node settings, select Basic in the Type auth dropdown list.
    basic auth to enable.png

  2. Enter the user name and password, and select the checkbox to save your authentication.
    basic auth to fill out and save 2.png

All the requests that don't contain authentication will not be processed, and the Access denied error will be returned.

Switching off the Basic Authorization

If you switch back to No Auth in the Start node settings, you will turn off the authorization and reset authorization credentials for this node. Thus, turning the authorization on again will require reentering credentials.

Using aliases with the Basic Authorization

If you have an alias linked to a process in which you've activated the basic authorization, sending data to the alias' Direct URL also requires sending authorization credentials. Sending requests to the alias' Direct URL with no credentials will result in the Access denied error.

Authorization credentials exposure

Username and password credentials are fully displayed in the Start node settings in the Edit mode and on the Webhook tab of the View details menu for a Process.

For more information, go to Start.

info creds webhook tab.png

To conceal basic authentication credentials, use variables with credentials.
For example, you can use the webhook-var variable with the following constructions:

  • {{env_var[@webhook-var].user}} for the username field
  • {{env_var[@webhook-var].pass}} for the user password field,

where webhook-var is the name of the variable with your credentials.
For more information, go to Variable.

creds with var.png

Improvements

Descriptions for $map() and $filter() functions were added to the Functions tab of the Parameters menu. For more information, go to Functions.

functions descr.png

Private Cloud and On-premises

New Features

The ability to change the email link displayed in the Contact with section of error messages displayed to users was added.

Improvements

  1. The actions of adding users to a group and removing users from a group are logged in the capi_user_activity_conv process.

  2. Now, the number of tasks received in one response to the request in the list: node method can be limited using the mult_key_api_throughput_tasks parameter in the Superadmin menu (this parameter sets the limit of task upload). For more information, go to List-node.


Was this article helpful?

What's Next