mirror of
https://github.com/ansible/awx.git
synced 2024-11-05 05:51:21 +03:00
AC-132. Mask passwords in project update args and stdout.
This commit is contained in:
parent
63c9a5b4ac
commit
cdfc56667a
@ -658,9 +658,6 @@ class Project(CommonModel):
|
|||||||
default=False,
|
default=False,
|
||||||
editable=False,
|
editable=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
# FIXME: Still need to implement:
|
|
||||||
# - masking passwords in project update args/stdout
|
|
||||||
|
|
||||||
def save(self, *args, **kwargs):
|
def save(self, *args, **kwargs):
|
||||||
new_instance = not bool(self.pk)
|
new_instance = not bool(self.pk)
|
||||||
|
Loading…
Reference in New Issue
Block a user