Skip to content

Commit 4636e66

Browse files
committed
Made changes to work around a false positive 'clear text logging of sensitive information' alert.
1 parent 1c9eeba commit 4636e66

File tree

1 file changed

+0
-1
lines changed
  • CloudFormation/NetApp-FSxN-Custom-Resources-Samples/scripts

1 file changed

+0
-1
lines changed

CloudFormation/NetApp-FSxN-Custom-Resources-Samples/scripts/createClone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def usage():
129129
# Check that all the required parameters are present.
130130
if secretArn == "" or secretKey == "" or linkArn == "" or fsxId == "" or svmName == "" or parentVolumeName == "" or cloneVolumeName == "":
131131
print("Missing required parameters.")
132-
print(f"secretArn == {secretArn}\nsecretKey == {secretKey}\nlinkArn == {linkArn}\nfsxId == {fsxId}\nsvmName == {svmName}\nparentVolumeName == {parentVolumeName}\ncloneVolumeName == {cloneVolumeName}\n\n")
133132
usage()
134133
sys.exit(1)
135134
#

0 commit comments

Comments
 (0)