simpler validation
This commit is contained in:
parent
1667c05742
commit
8dccaaf544
Binary file not shown.
|
@ -94,7 +94,7 @@ class VaultDestinationPlugin(DestinationPlugin):
|
|||
'type': 'str',
|
||||
'value': '.*',
|
||||
'required': False,
|
||||
'validation': '^[0-9a-zA-Z\\\?\[\](){}|^$+*,._-]+$',
|
||||
'validation': '.*',
|
||||
'helpMessage': 'Valid regex filter'
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue