mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
Remove SAML authentication (#15568)
* remove saml * remove license file and management command * update requirements, add migrations * remove unused imports
This commit is contained in:
@@ -224,7 +224,6 @@ isodate==0.6.1
|
||||
# azure-keyvault-keys
|
||||
# azure-keyvault-secrets
|
||||
# msrest
|
||||
# python3-saml
|
||||
jaraco-collections==5.0.0
|
||||
# via irc
|
||||
jaraco-context==4.3.0
|
||||
@@ -260,10 +259,6 @@ kubernetes==29.0.0
|
||||
# via openshift
|
||||
lockfile==0.12.2
|
||||
# via python-daemon
|
||||
lxml==4.9.4
|
||||
# via
|
||||
# python3-saml
|
||||
# xmlsec
|
||||
markdown==3.5.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
markupsafe==2.1.5
|
||||
@@ -555,8 +550,6 @@ wrapt==1.16.0
|
||||
# via
|
||||
# deprecated
|
||||
# opentelemetry-instrumentation
|
||||
xmlsec==1.3.13
|
||||
# via python3-saml
|
||||
yarl==1.9.4
|
||||
# via aiohttp
|
||||
zipp==3.17.0
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
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@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]
|
||||
awx-plugins-core @ git+https://git@github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core
|
||||
awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
|
||||
|
||||
Reference in New Issue
Block a user