Skip to main content

Illumio Core What's New and Release Notes 25.1

What's New and Changed in Release 25.1

This release includes these new features:

What's New and Changed in Release 25.1.1

This release includes quality improvements.

What's New and Changed in Release 25.1.0

Obtain Permissions from Census or the Local Database

When a request arrives to PCE, it should either get permissions from its local database or call the Census API to get the permissions.

To indicate whether PCE will obtain permissions from the Census API or a local database, a new flag named use_census_permissions was added to the APIs named settings_get and settings_put.

{
  "properties": {
    "use_census_permissions": {
      "description": "Flag to indicate whether the 
       PCE org will obtain permissions from census or 
       from local database",
      "type": "boolean"
    }
  }
}

See also REST API Developer Guide, "Obtain Permissions from the Census or the Local Database".

Show Rule ID in Syslog

An additional property named rule_info_exposure_to_syslog was added to the API named optional_features_put.

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "oneOf": [
      {
        "type": "object",
        "additionalProperties": false,
        "required": [
          "name",
          "enabled"
        ],
        "properties": {
          "name": {
            "description": "Name of the feature",
            "type": "string",
            "enum": [
              "ip_forwarding_firewall_setting",
              "ui_analytics",
              "illumination_classic",
              "ransomware_readiness_dashboard",
              "per_rule_flow_log_setting",
              "lightning_default",
              "collector_scanner_filters",
              "corporate_ips_groups",
              "labels_editing_warning_for_enforcement_mode",
              "label_based_network_detection",
              "cloudsecure_enabled",
              "windows_outbound_process_enforcement",
              "rule_based_label_mapping",
              "core_insights",
              "rule_info_exposure_to_syslog"
            ]
   ================

In the required property name, one additional value (enum) was added: rule_info_exposure_to_syslog.

For more details about this property and its implementation, see REST API Developer Guide, "Show Rule ID in Syslog".

Look also in Events Administration Guide , "Showing Rule ID in Syslog" to see how to enable this feature in the PCE Console.