diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 8691b6af..bcc1d259 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -367,7 +367,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { }, } schema.CollectionMethods = []string{} - schema.ResourceMethods = []string{} + schema.ResourceMethods = []string{http.MethodGet, http.MethodPut} }). MustImport(&Version, v3.OpenLdapTestAndApplyInput{}). // FreeIpa Config @@ -380,7 +380,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { }, } schema.CollectionMethods = []string{} - schema.ResourceMethods = []string{} + schema.ResourceMethods = []string{http.MethodGet, http.MethodPut} schema.MustCustomizeField("groupObjectClass", func(f types.Field) types.Field { f.Default = "groupofnames" return f