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