Skip to content

Commit

Permalink
fix(docker-jans-configurator): add missing salt field (#6560)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Nov 14, 2023
1 parent 8eb7ac0 commit af1c31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-jans-configurator/scripts/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Meta:

auth_enc_keys = Str(missing="")

salt = Str()
salt = Str(missing="", default="")

@validates("hostname")
def validate_fqdn(self, value):
Expand Down

0 comments on commit af1c31c

Please sign in to comment.