-
Notifications
You must be signed in to change notification settings - Fork 290
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
Sensu Enterprise API SSL attributes are incorrectly configured #784
Comments
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 31, 2017
Without this path the Puppet module incorrectly configures Sensu Enterprise API SSL parameters. This patch corrects the configuration scope to match https://sensuapp.org/docs/1.0/enterprise/api.html#ssl-attributes-example Resolves sensu#784
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 31, 2017
Without this path the Puppet module incorrectly configures Sensu Enterprise API SSL parameters. This patch corrects the configuration scope to match https://sensuapp.org/docs/1.0/enterprise/api.html#ssl-attributes-example Resolves sensu#784
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 31, 2017
Without this path the Puppet module incorrectly configures Sensu Enterprise API SSL parameters. This patch corrects the configuration scope to match https://sensuapp.org/docs/1.0/enterprise/api.html#ssl-attributes-example Resolves sensu#784
ghoneycutt
added a commit
that referenced
this issue
Jul 31, 2017
(#784) Fix Sensu Enterprise API SSL configuration scope
|
Thanks @cwjohnston for the great bug report. Released in v2.30.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of problem
Configured
api_ssl_port,api_ssl_keystore_fileandapi_ssl_keystore_passwordparametersExpected rendered configuration to match documented Sensu Enterprise SSL attributes. e.g.
API SSL parameter values were rendered under
apiscope but do not match documented configuration attributes:Use the module to configure Sensu Enterprise with
api_ssl_port,api_ssl_keystore_fileandapi_ssl_keystore_passwordparametersAnything else to add that you think will be helpful?
It appears that the specs for this module feature don't align with the documented Sensu Enterprise API configuration specifications.
The text was updated successfully, but these errors were encountered: