From 790a19c6f6f17d984cc260c44fa4dca6400fe597 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 12 Apr 2022 10:01:22 -0700 Subject: [PATCH] make json names uniform Co-authored-by: Ahmet Demir --- 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 a6b8d62c..e27381df 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"`