-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Remove compliance and visibility reporters #383
Conversation
@alexpop per #241, yeah, can we clean up the reference in this doc? |
@alexpop ping |
ya, +1 on the cleanup, the original compliance has been eol for a while now |
['audit']['reporter'] = 'chef-compliance' | ||
['audit']['fetcher'] = 'chef-server' | ||
['audit']['server'] = 'https://compliance-server.test/api' | ||
['audit']['refresh_token' OR 'token'] = '..' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing all this cruft is going to make this SO much more readable 🎉
0b9c281
to
b724299
Compare
Signed-off-by: Alex Pop <apop@chef.io>
…hef-server-visibility. Gone! Signed-off-by: Alex Pop <apop@chef.io>
Signed-off-by: Alex Pop <apop@chef.io>
Signed-off-by: Alex Pop <apop@chef.io>
Signed-off-by: Alex Pop <apop@chef.io>
b724299
to
7bf06ec
Compare
Merging this now as #385 went in as well |
This function was removed in chef-boneyard#383, likely because the original comment on the function indicated that this was related to downloaded profiles specifically from compliance. In reality, this function overrides a function in the inspec Url fetcher. It overrides it so that it can use the Chef::ServerAPI client. This client will use Chef Server's header based authentication, allowing chef-clients to report audit data with a specific data collector token. Signed-off-by: Steven Danna <steve@chef.io>
This function was removed in #383, likely because the original comment on the function indicated that this was related to downloaded profiles specifically from compliance. In reality, this function overrides a function in the inspec Url fetcher. It overrides it so that it can use the Chef::ServerAPI client. This client will use Chef Server's header based authentication, allowing chef-clients to report audit data with a specific data collector token. Signed-off-by: Steven Danna <steve@chef.io>
Fixes #241
@vjeffrey @kekaichinose, should be also cleanup any doc references to the integration with the original Compliance product?