Skip to main content

Illumio Core What's New and Release Notes 21.5

PCE Web Console

  • Loopback interfaces in use not showing up on the Label Groups list page (E-85509)

    This issue is resolved. This feature now works as expected.

  • All Services search option not available in Rule Search UI (E-84582)

    When performing either a Basic or an Advanced search for rules in Illumio Core (Rulesets and Rules > Rule Search), the All Services option was not available. This issue is resolved. The All Services option shows as expected.

  • Events page missing information for workload.offline_after_ven_goodbye event (E-84391)

    When the PCE encountered the workload.offline_after_ven_goodbye event, it didn't display the name, hostname, HREF, and labels for the affected workload in the PCE web console Events page. This issue is resolved. The Events page now displays this information for affected workloads.

  • The Events filter "Generated By" allows only System and Users (E-81277)

    This issue is resolved. The filter shows "Generated by Agent" unless the Agent was unpaired, deleted, or removed.

  • User with Limited Ruleset management permissions could not edit extra-scope rules (E-60189, E-67698)

    When both the Provider and Consumer were within the scope, a user with Limited Ruleset Management permissions could not edit extra-scope rules. This issue only happened in some scenarios when a user has multiple scopes assigned. The issue is resolved. The issue was due to a bug in our write enforcement for edits. When a user attempts to edit a provisioned rule (which does not exist in draft), we create a copy of the object and perform a save. Then, we perform the edits on top of that newly created object and perform a second save. When the saved draft was invalid, write enforcement stopped edits that would have made it valid. This issue is resolved. We now skip the RBAC write enforcement checks when fetching the draft object.