MDEV-28277: Checking for mandatory "/v1/" prefix in the URL
According to the Hashicorp Vault API specifications, the URL to access the keys must include the "/v1/" prefix at the beginning of the path. This commit adds this parameter check, as well as a check for the presence of at least one letter in the hostname inside the URL and in the secret store name (after "/v1/").
Showing
Please register or sign in to comment