Skip to content

Alias read_namespace to read_namespace_via_membership

What does this MR do and why?

The :read_namespace ability is going to be aligned with the action it says to do, reading. Currently it checks if a user is a member of the namespace and not just if the user can see the namespace (like when it is public).

This is a multi-step plan and the plan is written down here: Address `read_namespace` semantic disjoint (#421150 - closed)

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.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #414993 (closed)

Edited by Jessie Young

Merge request reports