Skip to content

Commit 7111b9b

Browse files
authored
Added * to the characters to exclude, since Harvest doesn't support it.
1 parent 7b0da35 commit 7111b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Management-Utilities/fsxn-rotate-secret/fsxn_rotate_secret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import os
1313
import json
1414

15-
charactersToExcludeInPassword = '/"\'\\'
15+
charactersToExcludeInPassword = '/"*\'\\'
1616

1717
################################################################################
1818
# This function is used to get the value of a tag from a list of tags.

0 commit comments

Comments
 (0)