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

(GH-648) Add ability to specify SSL options to API config for Enterpr… #705

Merged

Conversation

ghoneycutt
Copy link
Collaborator

…ise users

@ghoneycutt
Copy link
Collaborator Author

File is configured as expected when specifying api_ssl_* parameters using sensu-server-enteprise host.

[root@sensu-server ~]# cat /etc/sensu/conf.d/api.json
{
  "api": {
    "port": 4567,
    "host": "127.0.0.1",
    "bind": "0.0.0.0",
    "user": "admin",
    "password": "secret",
    "ssl_port": 4568,
    "ssl_keystore_file": "/etc/sensu/api.keystore",
    "ssl_keystore_password": "sensutest"
  }
}

@ghoneycutt
Copy link
Collaborator Author

Confirmed that this did not introduce regressions by bringing up all other VM's in vagrant and seeing that the clients are all registered.

@ghoneycutt ghoneycutt merged commit 7c28300 into sensu:master Jul 4, 2017
@ghoneycutt ghoneycutt deleted the 648_add_ssl_options_to_api_config branch July 4, 2017 18:02
@ghoneycutt
Copy link
Collaborator Author

Released in v2.9.0

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

Successfully merging this pull request may close these issues.

1 participant