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
Leave an /etc/chef/validation.pem hanging around on a system that will be bootstrapped with automate-ctl install-runner with any current Automate version
Attempt the automate-ctl install-runner
The bootstrap step of the automate-ctl install-runner will fail
Remove the validation.pem
Try another automate-ctl install-runner and it should succeed with no other changes
Expected Result:
runner can be bootstrapped
Actual Result:
Runner automate-ctl install-runner bootstrap step fails, because the chef-client running as a part of the command is inadvertently using the /etc/chef/validation.pem that it finds as part of its regular search pattern, rather than a validatorless bootstrap as it is currently designed.
The text was updated successfully, but these errors were encountered:
Cookbook version
[Any]
Chef-client version
[12.x]
Platform Details
[Any supported]
Scenario:
Stray /etc/chef/validation.pem files break Automate install-runner
Steps to Reproduce:
automate-ctl install-runner
with any current Automate versionautomate-ctl install-runner
automate-ctl install-runner
will failautomate-ctl install-runner
and it should succeed with no other changesExpected Result:
runner can be bootstrapped
Actual Result:
Runner
automate-ctl install-runner
bootstrap step fails, because the chef-client running as a part of the command is inadvertently using the /etc/chef/validation.pem that it finds as part of its regular search pattern, rather than a validatorless bootstrap as it is currently designed.The text was updated successfully, but these errors were encountered: