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

Allow usage of unauthenticated PuppetDB over SSL #14

Merged
merged 2 commits into from
Jul 26, 2017

Commits on Jul 17, 2017

  1. Allow usage of unauthenticated PuppetDB over SSL

    On some occasions the user might have a PuppetDB installation
    serving the API from an SSL-enabled server but with no
    authentication mechanism. In these cases the pem settings
    are not necessary and should be avoided.
    Cassiano Leal committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e728d12 View commit details
    Browse the repository at this point in the history
  2. Send query in the body instead of URL params

    Cassiano Leal committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    4b1a932 View commit details
    Browse the repository at this point in the history