You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
Hi
we use beeping with pattern check and we would like to use regex pattern.
For example, we check Hashicorp Vault via an API call and we need to verify that multiple parameter are set.
For example, we call Vault on this URL ( https://vault/v1/sys/health ) and we get this response :
We would like to use this regexp :
.*\"sealed\":\"false\".*\"cluster_name\":\"vault-cluster.*
Thanks !
The text was updated successfully, but these errors were encountered: