-
Notifications
You must be signed in to change notification settings - Fork 681
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
How do I download a profile from a compliance server? #690
Comments
The video at https://asciinema.org/a/37803 should demonstrate the usage. We have some known issues with the compliance plugin and the latest version of Chef Compliance 1.0. Those will be resolved within the next days. |
That is a helpful video, but I'm really asking about how to vendor a profile locally. As you state in #691 you have to do this in order to properly test inheritance. So I would want to download the CIS benchmark profile locally, create another profile and inherit it, then upload my new profile to the compliance server to run on everything. Does that make better sense? |
Currently the vendoring has to be done manually. We know that this step is way to complicated. Therefore it is very difficult to test it locally at this point of time. The automatic dependency resolution is already in works. |
One thing that confused me is why the default profiles I found on the On Thu, Apr 28, 2016 at 7:57 AM Christoph Hartmann [email protected]
|
@mhedgpeth compliance plugin updates have been merged to master #695 At this point of time, we do not allow to login with username and password anymore via the api. We extended Chef Compliance to use full OpenID Connect in preparation to easily integrate with LDAP and Active Directory. It could also be federated with other OAuth2 providers. Therefore we cannot ensure, that the cli has access to an api endpoint that exchanges a user/pass to an api token. At this point of time, you need to obtain the token from our UI. (Improvements are scheduled to make it easier)
Alternatively you can use |
Please let me know if this works |
Chris, that worked, thanks. |
Description
I can't see how I would download a profile from a compliance server. I see that the upload is available.
InSpec and Platform Version
0.19.3
The text was updated successfully, but these errors were encountered: