mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
drop nestedGroupMembershipEnabled field for freeIpa
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user