Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 16, 2023
2 parents 99a88f8 + 7743061 commit 354b7dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/zato-cli/src/zato/cli/enmasse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,9 @@ def _pre_process_input(self, data:'strdict') -> 'strdict':
if not 'data_format' in value:
value['data_format'] = Data_Format.JSON

if not 'has_auto_reconnect' in value:
value['has_auto_reconnect'] = True

elif wrapper_type == outconn_ldap:

# .. passwords are to be turned into secrets ..
Expand Down

0 comments on commit 354b7dc

Please sign in to comment.