From d01d1612cf2f37fc8d2e52ac38d99f0c39828f0f Mon Sep 17 00:00:00 2001 From: rajashree Date: Wed, 25 Jul 2018 16:28:12 -0700 Subject: [PATCH] Change field names --- apis/management.cattle.io/v3/authn_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/management.cattle.io/v3/authn_types.go b/apis/management.cattle.io/v3/authn_types.go index 440a22db..8fdea8e2 100644 --- a/apis/management.cattle.io/v3/authn_types.go +++ b/apis/management.cattle.io/v3/authn_types.go @@ -276,8 +276,8 @@ type SamlConfig struct { AuthConfig `json:",inline" mapstructure:",squash"` IDPMetadataContent string `json:"idpMetadataContent" norman:"required"` - SPSelfSignedCert string `json:"spCert" norman:"required"` - SPSelfSignedKey string `json:"spKey" norman:"required"` + SpCert string `json:"spCert" norman:"required"` + SpKey string `json:"spKey" norman:"required"` GroupsField string `json:"groupsField" norman:"required"` DisplayNameField string `json:"displayNameField" norman:"required"` UserNameField string `json:"userNameField" norman:"required"`