Skip to content

Remove duo_chat_requires_licensed_seat flag check from global policy

What does this MR do and why?

Removes check for duo_chat_requires_licensed_seat feature flag from the global policy.

We do not need the check because if the flag would be enabled, the belongs_to_group_requires_licensed_seat_for_chat? condition would always return true.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #457173 (closed)

Edited by Eva Kadlecová

Merge request reports