Skip to content
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

Add Organization/ORGNAME end points #175

Open
MarkGibbons opened this issue Mar 21, 2020 · 0 comments
Open

Add Organization/ORGNAME end points #175

MarkGibbons opened this issue Mar 21, 2020 · 0 comments

Comments

@MarkGibbons
Copy link
Member

MarkGibbons commented Mar 21, 2020

From the chef server 12 release notes.
/organizations/ORGNAME/validate/PATH accepts a signed request and validates it as if it had been sent to PATH. It returns 200 if the request is authentic and 401 if it is not.
/organizations/ORGNAME/data-collector forwards requests for a data-collector service after authenticating the request using Chef Server’s standard authentication headers. To use this endpoint, users must set both of the following options in /etc/opscode/chef-server.rb:
copy
data_collector['token']
data_collector['root_url']
/organizations/ORGNAME/owners/OWNER/compliance[/PROFILE] forwards requests for compliance profiles to a user-configurable Chef Automate server after authenticating the request using Chef Server’s standard authentication headers. To use this endpoint, users must set both of the following options in /etc/opscode/chef-server.rb:

copy
profiles['root_url']
data_collector['token']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant