Fix typo.

This commit is contained in:
Mariano Cano 2021-10-12 15:18:17 -07:00
parent e15b5faf7d
commit 2aee71b4c0

View file

@ -22,8 +22,8 @@ func init() {
// Scheme is the scheme used for the Azure Key Vault uris. // Scheme is the scheme used for the Azure Key Vault uris.
const Scheme = "azurekms" const Scheme = "azurekms"
// keyIDRegexp is the regular expression that Key Vault uses for on the kid. We // keyIDRegexp is the regular expression that Key Vault uses on the kid. We can
// can extract the vault, name and version of the key. // extract the vault, name and version of the key.
var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$") var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$")
var ( var (