summaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorSeth Foster <fosterseth@users.noreply.github.com>2024-08-22 21:41:54 +0200
committerGitHub <noreply@github.com>2024-08-22 21:41:54 +0200
commit7ed0eee60cbd7ceb7b5fb5ef87b6fbcc3d935f39 (patch)
tree745f32bb77837f1f8bd74347661aa04e5f0ea341 /requirements
parentRemove old UI (#15414) (diff)
downloadawx-7ed0eee60cbd7ceb7b5fb5ef87b6fbcc3d935f39.tar.xz
awx-7ed0eee60cbd7ceb7b5fb5ef87b6fbcc3d935f39.zip
Make controller specific team and org roles (#15445)
Adds the following managed Role Definitions Controller Team Admin Controller Team Member Controller Organization Admin Controller Organization Member These have the same permission set as the platform roles (without the Controller prefix) Adding members to teams and orgs via the legacy RBAC system will use these role definitions. Other changes: - Bump DAB to 2024.08.22 - Set ALLOW_LOCAL_ASSIGNING_JWT_ROLES to False in defaults.py. This setting prevents assignments to the platform roles (e.g. Team Member). Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Diffstat (limited to 'requirements')
-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 760991b156..8aef2acdbb 100644
--- a/requirements/requirements_git.txt
+++ b/requirements/requirements_git.txt
@@ -2,4 +2,4 @@ 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
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
-django-ansible-base @ git+https://github.com/ansible/django-ansible-base@2024.8.19#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]
+django-ansible-base @ git+https://github.com/ansible/django-ansible-base@2024.8.22#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]