PowerShell plugin connections from vRealize Orchestrator fail after changing a machines HTTP SPN
search cancel

PowerShell plugin connections from vRealize Orchestrator fail after changing a machines HTTP SPN

book

Article ID: 325824

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

With PowerShell Plugin Build version 19422140 or higher you may change the default SPN used for the plugin.

Symptoms:
After changing the machine Service Principal Name (SPN) "HTTP/HOST" to a different account such as a service account, PowerShell connections from vRO fail with an authentication failure.

Cause

The vRO PowerShell Plugin by default uses the SPN "HTTP/HOST" if this SPN is not available on the machine account then authentication will fail.

Resolution

Configure the HTTP SPN or HOST SPN values for the PowerShell Plugin as a System Property

  1. Log into vRealize Orchestrator's Control Center
  2. Navigate to System Properties
  3. Create a new property
Key
com.vmware.o11n.plugin.powershell.auth.kerberos.spn.template

Value

Using a port specific SPN

HTTP@FQDN:5985

Use the host SPN

HOST@FQDN


Additional Information

Register a Service Principal Name (SPN) for a Report Server see About SPNs.

Impact/Risks:
vRealize Orchestrator services will be restarted to process the changes in the Resolution section of this article. While the service interruption may be brief, it is recommended to perform these operations during minimal usage and/or a maintenance window.

Attachments

o11nplugin-powershell-1.0.20-19431884 get_app