Current Series Release Notes¶
3.20.0-2¶
New Features¶
New attribute
has_global_access
is added to the context object. Value of this attribute is set based on the API policy rulecontext_with_global_access
and should be used in case when there are custom roles with access to the resources from all projects. For example,auditor
role which should have read only access to all of the resources in the cloud. By defaultcontext.has_global_access
is granted to no one.