mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
AC-132. Mask passwords in project update args and stdout.
This commit is contained in:
@@ -659,9 +659,6 @@ class Project(CommonModel):
|
|||||||
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)
|
||||||
# When first saving to the database, don't store any password field
|
# When first saving to the database, don't store any password field
|
||||||
|
|||||||
Reference in New Issue
Block a user