You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new style (Env, App, etc.) "Except Rules" in the PCE are represented by a consumer object in the rule that contains a boolean value for a field called "Exclusion". This boolean flag is not returned in the consumer or provider object representations.
Additionally and maybe more importantly, since the related objects don't have this field represented, there's currently no way (via the library) to set this field for existing rules (update), and/or to create new exclusionary style rules.
the returned list of actors for a rule's consumers and or providers is a list of Actor Objects, however, the Exclusion boolean flag that is returned from the API is not represented.
retrieve a rule or ruleset, observed the missing boolean value.
The text was updated successfully, but these errors were encountered:
RonGonz-illumio
changed the title
illumio-pi labelSet object missing exclusion boolean
illumio-pi rule object missing exclusion boolean for consumers/providers
Jan 11, 2023
RonGonz-illumio
changed the title
illumio-pi rule object missing exclusion boolean for consumers/providers
illumio-pi rule object missing exclusion boolean for rule consumers/providers
Jan 12, 2023
RonGonz-illumio
changed the title
illumio-pi rule object missing exclusion boolean for rule consumers/providers
Rule object missing exclusion boolean field for rule consumers/providers
Jan 12, 2023
The new style (Env, App, etc.) "Except Rules" in the PCE are represented by a consumer object in the rule that contains a boolean value for a field called "Exclusion". This boolean flag is not returned in the consumer or provider object representations.
Additionally and maybe more importantly, since the related objects don't have this field represented, there's currently no way (via the library) to set this field for existing rules (update), and/or to create new exclusionary style rules.
The api Schema for rule consumers is as follows:
Expected Result
The illumio-py library should include the exclusion boolean value in it's object representation for consumers and providers in ruleset rules.
Actual Result
the returned list of actors for a rule's consumers and or providers is a list of Actor Objects, however, the Exclusion boolean flag that is returned from the API is not represented.
Steps to reproduce
retrieve a rule or ruleset, observed the missing boolean value.
The text was updated successfully, but these errors were encountered: