Skip to content

Commit 34c9f78

Browse files
authored
Merge pull request #162 from NetApp/kcantrel-patch-1
Added * to the characters to exclude, since Harvest doesn't support it.
2 parents 7b0da35 + 7111b9b commit 34c9f78

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)