Skip to content

Commit

Permalink
fixes #102 - mask password in calm show config command
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji committed Sep 21, 2020
1 parent 76b329c commit df2f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calm/dsl/config/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def print_config(self):
ip=server_config["pc_ip"],
port=server_config["pc_port"],
username=server_config["pc_username"],
password=server_config["pc_password"],
password="xxxxxxxx", # Do not render password
project_name=project_config["name"],
log_level=log_config["level"],
)
Expand Down

0 comments on commit df2f62d

Please sign in to comment.