1
0
mirror of https://github.com/rancher/types.git synced 2025-07-06 10:16:12 +00:00

make samlconfig's spKey of type password

This commit is contained in:
kinarashah 2018-11-29 16:55:47 -08:00 committed by Alena Prokharchyk
parent 86cb36ea85
commit d5576ed676

View File

@ -280,7 +280,7 @@ type SamlConfig struct {
IDPMetadataContent string `json:"idpMetadataContent" norman:"required"`
SpCert string `json:"spCert" norman:"required"`
SpKey string `json:"spKey" norman:"required"`
SpKey string `json:"spKey" norman:"required,type=password"`
GroupsField string `json:"groupsField" norman:"required"`
DisplayNameField string `json:"displayNameField" norman:"required"`
UserNameField string `json:"userNameField" norman:"required"`