mirror of
https://github.com/rancher/types.git
synced 2025-09-18 16:10:58 +00:00
Add auth refresh to actions
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user