Skip to content

Commit

Permalink
fix issue with kerberos authentication selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Aug 6, 2020
1 parent 965d9c7 commit 487b5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ providers:
scope: Instance
- name: authtype
title: Authentication Type
description: "Authentication Type"
description: "Authentication Type. It can be overwriting at node level using `winrm-authtype`"
type: Select
values: "basic,credssp,ntlm,kerberos. It can be overwriting at node level using `winrm-authtype`"
values: "basic,credssp,ntlm,kerberos"
default: "basic"
required: true
scope: Instance
Expand Down

0 comments on commit 487b5f0

Please sign in to comment.