mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Merge pull request #10290 from amigus/dsv
Add Thycotic DevOps Secrets Vault support SUMMARY Add a Credential Plugin for Thycotic DevOps Secrets Vault ISSUE TYPE Feature Pull Request COMPONENT NAME API UI AWX VERSION awx: 19.1.0 Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: Adam C. Migus <adam@migus.org> Reviewed-by: Matthew Jones <bsdmatburt@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@ psutil
|
||||
pygerduty
|
||||
pyparsing
|
||||
python3-saml
|
||||
python-dsv-sdk
|
||||
python-ldap>=3.3.1 # https://github.com/python-ldap/python-ldap/issues/270
|
||||
pyyaml>=5.4.1 # minimum to fix https://github.com/yaml/pyyaml/issues/478
|
||||
receptorctl
|
||||
|
||||
@@ -274,6 +274,8 @@ python-dateutil==2.8.1
|
||||
# adal
|
||||
# kubernetes
|
||||
# receptorctl
|
||||
python-dsv-sdk==0.0.1
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
python-ldap==3.3.1
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
@@ -316,6 +318,7 @@ requests==2.23.0
|
||||
# django-oauth-toolkit
|
||||
# kubernetes
|
||||
# msrest
|
||||
# python-dsv-sdk
|
||||
# requests-oauthlib
|
||||
# slackclient
|
||||
# social-auth-core
|
||||
|
||||
Reference in New Issue
Block a user