mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
AC-132. Mask passwords in project update args and stdout.
This commit is contained in:
@@ -658,9 +658,6 @@ class Project(CommonModel):
|
||||
default=False,
|
||||
editable=False,
|
||||
)
|
||||
|
||||
# FIXME: Still need to implement:
|
||||
# - masking passwords in project update args/stdout
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
new_instance = not bool(self.pk)
|
||||
|
||||
Reference in New Issue
Block a user