You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a powershell credential to connect to vCenter/ESXi with the VMware train. PowerCLI already supports this natively with the -Credential option on Connect-VIServer.
Describe the Need:
This will allow more credential options like using a smartcard/token for authentication and would be more secure than using environmental variables or username/password.
Current Alternative
None that i know of
Can We Help You Implement This?:
Yes
The text was updated successfully, but these errors were encountered:
Add a credential option after line 13. This might have to be restricted to an environment variable right now since it is a PowerShell construct and ruby won't know what it is. It might also not work if ruby is unable to handle the credential object.
Add a clause for if a credential is defined at line 53 to change the command used to connect.
Describe the Enhancement:
Using a powershell credential to connect to vCenter/ESXi with the VMware train. PowerCLI already supports this natively with the -Credential option on Connect-VIServer.
Describe the Need:
This will allow more credential options like using a smartcard/token for authentication and would be more secure than using environmental variables or username/password.
Current Alternative
None that i know of
Can We Help You Implement This?:
Yes
The text was updated successfully, but these errors were encountered: