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:
parent
86cb36ea85
commit
d5576ed676
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user