Skip to content

Corrected remote development policy

Alex Pooley requested to merge ap-fix-remote-dev-group-policy-spec into master

What does this MR do and why?

This corrects a spec from !150190 (merged) that did not factor in admin mode due to temporary organization owner permissions. This MR corrects the spec.

In the code base an admin is also made owner of the default organization. Being an owner of an organization gives you admin permissions within the organization. The spec incorrectly noted the admin user not in admin mode had elevated permissions due to user level. However the permissions were elevated due to the admin's organization owner role.

There was a MR, that was reverted due to merge conflict with !150190 (merged), that integrated admin mode with organization owner permissions. This MR adjusts the spec to be correct, then !154485 (merged) will revert the revert of !151722 (merged) to integrate admin mode with organization owner permissions.

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.

Related to #463948 (closed)

Merge request reports