mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
Remove TACACS+ authentication (#15547)
Remove TACACS+ authentication from AWX. Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
This commit is contained in:
committed by
jessicamack
parent
f22b192fb4
commit
e4c11561cc
@@ -60,7 +60,6 @@ sqlparse>=0.4.4 # Required by django https://github.com/ansible/awx/security/d
|
||||
redis[hiredis]
|
||||
requests
|
||||
slack-sdk
|
||||
tacacs_plus==1.0 # UPGRADE BLOCKER: auth does not work with later versions
|
||||
twilio
|
||||
twisted[tls]>=23.10.0 # CVE-2023-46137
|
||||
uWSGI
|
||||
|
||||
@@ -495,7 +495,6 @@ six==1.16.0
|
||||
# pygerduty
|
||||
# pyrad
|
||||
# python-dateutil
|
||||
# tacacs-plus
|
||||
slack-sdk==3.27.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
smmap==5.0.1
|
||||
@@ -510,7 +509,6 @@ sqlparse==0.4.4
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# django
|
||||
tacacs-plus==1.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
tempora==5.5.1
|
||||
# via
|
||||
|
||||
Reference in New Issue
Block a user