Skip to main content

Illumio Core What's New and Release Notes 22.5

PCE Platform

  • Agent background service CRITICAL alerts in PCE Health page (E-96420)

    Execution of background jobs could cause the PCE Health page to continually display alerts that the agent background service was in a critical state. This was caused by orphan records in database tables that caused background job queries to take longer or fail. The workaround was to schedule downtime and manually remove the orphan database entries. This issue is resolved. Orphan records are now automatically removed when detected. Manual intervention is no longer necessary.

  • Update events are not generated in SaaS for actions using agent service as a proxy call to the login cluster (E-96186)

    When the user tried to update the password policy for a local user, authentication settings, SAML configuration, or LDAP configuration, it was supposed to generate an update event, which failed to generate. This issue is resolved.

  • PCE showing plaintext password for login (E-96079)

    If the PCE was misconfigured, such as when pce_fqdn was unreachable and/or is resolving to the wrong IP address, passwords could be written to logs in plaintext. This issue is resolved.

  • Created By field in CEF events didn't work (E-91151)

    The Created By field for certain events wasn't properly translated to duid when exported using the CEF format. The duid didn't work for events created by container clusters or Illumio Service Accounts because they don't expose integer IDs; therefore, they didn't populate the duid in CEF events. This issue is resolved. If an entity has an uuid, it will be returned for the CEF duid.

  • Consul messages not sent to internal syslog (E-90286)

    Messages from the PCE consul service are no longer sent to the internal syslog. Messages do not appear in consul.log. Instead, they appear in /var/log/messages and /var/log/illumio-pce/consul. This issue is resolved.