summaryrefslogtreecommitdiffstats
path: root/requirements/requirements_git.txt
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2023-11-13 21:13:25 +0100
committerAlan Rominger <arominge@redhat.com>2024-04-11 20:59:09 +0200
commit817c3b36b953a44f8b968b87d2c1252a41311ad6 (patch)
treee4242b939bf756d75c06be994807303c48ed0889 /requirements/requirements_git.txt
parentFix failure from DAB (#15102) (diff)
downloadawx-817c3b36b953a44f8b968b87d2c1252a41311ad6.tar.xz
awx-817c3b36b953a44f8b968b87d2c1252a41311ad6.zip
Replace role system with permissions-based DB roles
Develop ability to list permissions for existing roles Create a model registry for RBAC-tracked models Write the data migration logic for creating the preloaded role definitions Write migration to migrate old Role into ObjectRole model This loops over the old Role model, knowing it is unique on object and role_field Most of the logic is concerned with identifying the needed permissions, and then corresponding role definition As needed, object roles are created and users then teams are assigned Write re-computation of cache logic for teams and then for object role permissions Migrate new RBAC internals to ansible_base Migrate tests to ansible_base Implement solution for visible_roles Expose URLs for DAB RBAC
Diffstat (limited to 'requirements/requirements_git.txt')
-rw-r--r--requirements/requirements_git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt
index 350c2d48b0..ebab0a4057 100644
--- a/requirements/requirements_git.txt
+++ b/requirements/requirements_git.txt
@@ -5,4 +5,4 @@ git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
# specifically need https://github.com/robgolding/django-radius/pull/27
git+https://github.com/ansible/django-radius.git@develop#egg=django-radius
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
-django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry]
+django-ansible-base @ git+https://github.com/alancoding/django-ansible-base@django_permissions#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]