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
1.6.0 & 1.7.0
12.14.89
redhat 6 & 7
install splunk client
node['splunk']['setup_auth'] = true
sensitive password of the splunk admin account should not be displayed
Recipe: chef-splunk::setup_auth * execute[change-admin-user-password-from-default] action run - execute /opt/splunkforwarder/bin/splunk edit user admin -password 'REDACTED' -role admin -auth admin:changeme
This execute resource should have the sensitive true property set to hide the admin password. https://github.com/chef-cookbooks/chef-splunk/blob/master/recipes/setup_auth.rb#L24-L27
sensitive true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cookbook version
1.6.0 & 1.7.0
Chef-client version
12.14.89
Platform Details
redhat 6 & 7
Scenario:
install splunk client
Steps to Reproduce:
node['splunk']['setup_auth'] = true
Expected Result:
sensitive password of the splunk admin account should not be displayed
Actual Result:
This execute resource should have the
sensitive true
property set to hide the admin password.https://github.com/chef-cookbooks/chef-splunk/blob/master/recipes/setup_auth.rb#L24-L27
The text was updated successfully, but these errors were encountered: