Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Permissions System #2

Open
AzorianMatt opened this issue Jan 5, 2023 · 1 comment
Open

Feature: Permissions System #2

AzorianMatt opened this issue Jan 5, 2023 · 1 comment
Labels
feature / request New feature or enhancement request mod / accepted This request has been accepted
Milestone

Comments

@AzorianMatt
Copy link
Contributor

AzorianMatt commented Jan 5, 2023

A foundational framework needs developed to implement the desired granular permissions strategy for the entire platform.

This framework should implement a "pluggable" interface which allows application components to define available permissions through a common structure that provides association to data models. This will facilitate the ability for permissions to provide a template that can be applied on a per model record basis to allow for granular permissions structures. This approach should allow the application to move beyond the traditional limitations of static permissions that don't work well for uncommon application features.

A "permission" is defined as the representation of an action associated with a specific entity. For example, the ability to create a DNS zone would be one permission and the ability to delete a DNS zone would be another permission.

A "policy" is defined as the association between a defined permission and an entity that will contain either an allow or deny directive.

A "role" is defined as an arbitrary group of policies which can be used when applying access control to various entities.

@AzorianMatt AzorianMatt added the feature / request New feature or enhancement request label Jan 5, 2023
@AzorianMatt AzorianMatt added this to the v0.1.0 milestone Jan 5, 2023
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. PDA is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our Contribution Guide.

@github-actions github-actions bot added the mod / stale This request has gone stale label Apr 6, 2023
@AzorianMatt AzorianMatt added mod / reviewing This request is being reviewed mod / accepted This request has been accepted and removed mod / stale This request has gone stale mod / reviewing This request is being reviewed labels Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature / request New feature or enhancement request mod / accepted This request has been accepted
Projects
None yet
Development

No branches or pull requests

1 participant