make json names uniform

Co-authored-by: Ahmet Demir <ahmet2mir+github@gmail.com>
pull/894/head
Mariano Cano 2 years ago committed by GitHub
parent 26e40068c8
commit 790a19c6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"`

Loading…
Cancel
Save