From abe109e8867ad0d716f14f20d43f606518580b4c Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Tue, 13 Feb 2018 16:54:50 -0700 Subject: [PATCH] disable action for authConfig --- apis/management.cattle.io/v3/schema/schema.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 9ae3a4b0..71d6d620 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -228,6 +228,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { MustImportAndCustomize(&Version, v3.GithubConfig{}, func(schema *types.Schema) { schema.BaseType = "authConfig" schema.ResourceActions = map[string]types.Action{ + "disable": {}, "configureTest": { Input: "githubConfig", Output: "githubConfigTestOutput",