simpler validation

This commit is contained in:
alwaysjolley 2019-04-22 07:58:01 -04:00
parent 1667c05742
commit 8dccaaf544
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -94,7 +94,7 @@ class VaultDestinationPlugin(DestinationPlugin):
'type': 'str',
'value': '.*',
'required': False,
'validation': '^[0-9a-zA-Z\\\?\[\](){}|^$+*,._-]+$',
'validation': '.*',
'helpMessage': 'Valid regex filter'
}
]