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
Currently, resource-sharing mechanisms are managed individually for each resource type (e.g., users, applications), which leads to redundancy and inconsistency.
This feature request proposes the development of a centralized service to manage resource-sharing policies, providing a unified and scalable approach to handle sharing across organizational hierarchies.
Is your feature request related to a problem? Please describe.
The need for this new component arose from the requirement that the parent organization admin gives sub-org level access to users in his/her organization. Managing resource sharing individually for each type of resource (users, applications) has the following limitations:
Inconsistent sharing-policy definitions across resource types.
Increased complexity in maintenance due to resource-specific implementations.
Lack of a streamlined way to manage policies across organizations dynamically.
Describe the solution you would prefer
Introduce a centralized resource-sharing policy management service to:
Define and enforce resource-sharing policies consistently across all resource types.
Enable dynamic sharing options, such as sharing with all current and future organizations or specific organizational hierarchies.
Provide CRUD operations for policies and associated attributes through a unified service layer.
Group policies by resource type or organization for better organization-wide management.
Additional context
This service will:
Enable dynamic and hierarchical sharing of resources.
Standardize the approach to resource sharing, reducing maintenance overhead and improving scalability.
Ensure secure and efficient management of resource-sharing policies.
The text was updated successfully, but these errors were encountered:
Currently, resource-sharing mechanisms are managed individually for each resource type (e.g., users, applications), which leads to redundancy and inconsistency.
This feature request proposes the development of a centralized service to manage resource-sharing policies, providing a unified and scalable approach to handle sharing across organizational hierarchies.
Is your feature request related to a problem? Please describe.
Describe the solution you would prefer
Additional context
The text was updated successfully, but these errors were encountered: