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

Add Role-Based Permissions to Trigger Specific Airflow DAGs #269

Open
3 tasks done
amarouane-ABDELHAK opened this issue Dec 10, 2024 · 1 comment
Open
3 tasks done
Assignees

Comments

@amarouane-ABDELHAK
Copy link
Contributor

amarouane-ABDELHAK commented Dec 10, 2024

Description
Enhance the current Airflow permission model by adding role-based permissions that allow users to trigger only specific DAGs. This will ensure greater control and security in managing workflows, especially in environments with multiple users and sensitive data. The goal of this task is to introduce a role-based access control (RBAC) mechanism to restrict DAG execution based on user roles.

Acceptance Criteria

  • Users with specific roles can trigger only the DAGs they have permission to access.

  • Admins can assign and revoke permissions for DAGs via Airflow's UI or CLI.

  • Changes are reflected without requiring a restart of the Airflow scheduler.

@amarouane-ABDELHAK
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant