mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
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
9 lines
692 B
Plaintext
9 lines
692 B
Plaintext
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
|
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
|
|
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
|
# django-radius library has not released since several dependency fixes were made
|
|
# 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/alancoding/django-ansible-base@django_permissions#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]
|