mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
feat: 38589 GitHub App Authentication (#15807)
* feat: 38589 GitHub App Authentication Allows both git@<personal-token> and x-access-token@<github-access-token> when authenticating using git. This allows GitHub App tokens to work without interfering with existing authentication types. --------- Co-authored-by: Jake Jackson <thedoubl3j@Jakes-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
e56752d55b
commit
bf4d45452c
@@ -1,3 +1,4 @@
|
||||
|
||||
aiohttp>=3.9.4 # CVE-2024-30251
|
||||
ansi2html # Used to format the stdout from jobs into html for display
|
||||
asciichartpy
|
||||
|
||||
@@ -527,5 +527,4 @@ setuptools==70.3.0
|
||||
# incremental
|
||||
# setuptools-rust
|
||||
# setuptools-scm
|
||||
# zope-interface
|
||||
|
||||
# zope-interface
|
||||
@@ -3,4 +3,4 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
||||
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest-filters,jwt_consumer,resource-registry,rbac,feature-flags]
|
||||
awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core
|
||||
awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
|
||||
awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
|
||||
Reference in New Issue
Block a user