We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to this bug, we were forced to download and use the provisioned client's private key in order to fix ACLs on the server: chef/chef-server#111
When that is fixed, please fix https://github.com/chef/chef-provisioning/blob/master/chef/provisioning/convergence_strategy/precreate_chef_objects.rb to not return the private key from create_keys or to use it in grant_client_node_permissions.
create_keys
grant_client_node_permissions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to this bug, we were forced to download and use the provisioned client's private key in order to fix ACLs on the server: chef/chef-server#111
When that is fixed, please fix https://github.com/chef/chef-provisioning/blob/master/chef/provisioning/convergence_strategy/precreate_chef_objects.rb to not return the private key from
create_keys
or to use it ingrant_client_node_permissions
.The text was updated successfully, but these errors were encountered: