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
When deploying a ansible/product-demos environment, the Windows automation demos can be hindered by failed credential administration and requires a user to re-provision the environment.
Steps to reproduce (may or may not occur - this is intermittent):
Provision an environment for ansible/product-demos
Run the setup template for category "windows"
Create the required cloud resources to support a VM
Create a windows VM
Run a job template that requires connecting to the target Windows host
Error encountered: ntlm: the specified credentials were rejected by the server
Expected behavior:
The userdata script in the windows template should create a user (ec2-user) with the password from Demo Credential. The provided Windows demos have Demo Credential attached and are expected to connect to the host with the configured password.
The text was updated successfully, but these errors were encountered:
When deploying a ansible/product-demos environment, the Windows automation demos can be hindered by failed credential administration and requires a user to re-provision the environment.
Steps to reproduce (may or may not occur - this is intermittent):
Error encountered:
ntlm: the specified credentials were rejected by the server
Expected behavior:
The userdata script in the windows template should create a user (ec2-user) with the password from Demo Credential. The provided Windows demos have Demo Credential attached and are expected to connect to the host with the configured password.
The text was updated successfully, but these errors were encountered: