From e9b64dbd6b7a3c5b3a596167332bfc2e66744651 Mon Sep 17 00:00:00 2001 From: Max Korp Date: Fri, 14 Dec 2018 16:50:53 -0700 Subject: [PATCH] Add auth refresh to actions --- apis/management.cattle.io/v3/schema/schema.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 9dfefe0a..a843cc83 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -337,11 +337,13 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { Input: "setPasswordInput", Output: "user", }, + "refreshauthprovideraccess": {}, } schema.CollectionActions = map[string]types.Action{ "changepassword": { Input: "changePasswordInput", }, + "refreshauthprovideraccess": {}, } }). MustImportAndCustomize(&Version, v3.AuthConfig{}, func(schema *types.Schema) {