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

drop nestedGroupMembershipEnabled field for freeIpa

This commit is contained in:
carolyn 2018-07-03 16:27:02 -07:00 committed by Craig Jellick
parent 42e7c30fb3
commit b80a37c7e3

View File

@ -371,6 +371,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas {
}).
MustImport(&Version, v3.OpenLdapTestAndApplyInput{}).
// FreeIpa Config
AddMapperForType(&Version, v3.FreeIpaConfig{}, m.Drop{Field: "nestedGroupMembershipEnabled"}).
MustImportAndCustomize(&Version, v3.FreeIpaConfig{}, func(schema *types.Schema) {
schema.BaseType = "authConfig"
schema.ResourceActions = map[string]types.Action{