From 48bc20c9f3c40ffbbf104faa3aa79d9e0e8ce84d Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 12 Apr 2022 11:11:36 -0700 Subject: [PATCH] Unify json parameters. --- cas/vaultcas/vaultcas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas/vaultcas/vaultcas.go b/cas/vaultcas/vaultcas.go index e27381df..151a25de 100644 --- a/cas/vaultcas/vaultcas.go +++ b/cas/vaultcas/vaultcas.go @@ -27,7 +27,7 @@ func init() { type VaultOptions struct { PKI string `json:"pki,omitempty"` - PKIRoleDefault string `json:"pKIRoleDefault,omitempty"` + PKIRoleDefault string `json:"pkiRoleDefault,omitempty"` PKIRoleRSA string `json:"pkiRoleRSA,omitempty"` PKIRoleEC string `json:"pkiRoleEC,omitempty"` PKIRoleEd25519 string `json:"pkiRoleEd25519,omitempty"`