We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3db860 commit 17480a5Copy full SHA for 17480a5
1 file changed
lib/macro_storage_format_parser.py
@@ -137,13 +137,13 @@ def transform(self):
137
+ macro_param_remotefileurl
138
)
139
if ac_name == "remotefilehttpuser":
140
- macro_param_remotefilehttpuser = child.text
+ macro_param_remotefilehttpuser = "****" # Since use of SecretStore passwords need to be reentered after cloud migration
141
print(
142
" macro param remote user : "
143
+ macro_param_remotefilehttpuser
144
145
if ac_name == "remotefilehttppassword":
146
- macro_param_remotefilehttppassword = child.text
+ macro_param_remotefilehttppassword = "****" # Since use of SecretStore passwords need to be reentered after cloud migration
147
148
" macro param remote pass : "
149
+ macro_param_remotefilehttppassword
0 commit comments