1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/awx
Ryan Petrello 35e38760aa properly sanitize module arguments with no_log (like uri:password)
this will _not_ sanitize playbooks that have secrets hard-coded *in* the
playbook - for that, people will need to use Vault or a variable/lookup

see: https://github.com/ansible/tower/issues/1101
see: https://github.com/ansible/awx/issues/1633
2018-03-23 11:15:37 -04:00
..
api fix a bug for "users should be able to change type of unused credential" 2018-02-08 15:44:14 -05:00
conf fix a bug when testing UDP-based logging configuration 2018-01-29 12:05:51 -05:00
lib properly sanitize module arguments with no_log (like uri:password) 2018-03-23 11:15:37 -04:00
locale Pull updated translations 2017-12-11 09:42:06 -05:00
main fix unicode bugs with log statements 2018-02-15 15:26:58 -05:00
playbooks retry cleanup of build artifacts for bwrap race condition 2017-10-26 13:33:21 -04:00
plugins replace our memcached-based fact cache implementation with local files 2018-01-15 09:16:44 -05:00
settings rename oVirt4 to Red Hat Virtualization 2017-11-28 11:02:42 -05:00
sso use getattr in social auth django strategy 2017-10-18 10:20:44 -04:00
static Update .gitignore, remove ui static file from wrong dir 2017-07-25 09:39:06 -04:00
templates Mass rename from ansible_(awx|tower) -> (awx|tower) 2017-07-26 13:33:26 -04:00
ui Merge pull request #625 from jlmitch5/fixXSS 2018-02-01 11:49:35 -05:00
__init__.py Mass rename from ansible_(awx|tower) -> (awx|tower) 2017-07-26 13:33:26 -04:00
asgi.py
devonly.py
urls.py
wsgi.py