Skip to content

Fix management SSL issues (needs separate "verify" and "fail_if_no_peer_cert" defaults) #97

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

Merged
merged 1 commit into from
Jul 8, 2016

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 7, 2016

Fixes #96

@tianon tianon force-pushed the fix-management-ssl branch from 8ac2fcd to 1648a56 Compare July 7, 2016 23:24
@@ -83,12 +113,24 @@ if [ "${#missingFiles[@]}" -gt 0 ]; then
exit 1
fi

# set defaults for missing values (but only after we're done with all our checking so we don't throw any of that off)
for conf in "${allConfigKeys[@]}"; do
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should really just loop over ${!configDefaults[@]}"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and thus skip the next two lines entirely)

@tianon tianon force-pushed the fix-management-ssl branch from 1648a56 to 01cebb7 Compare July 7, 2016 23:30
@yosifkit
Copy link
Member

yosifkit commented Jul 8, 2016

LGTM

@yosifkit yosifkit merged commit 9b10a78 into docker-library:master Jul 8, 2016
@yosifkit yosifkit deleted the fix-management-ssl branch July 8, 2016 00:38
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jul 8, 2016
- `cassandra`: 3.0.8, 2.2.7, 2.1.15
- `golang`: 1.7rc1 (docker-library/golang#100)
- `httpd`: add `alpine` variants (docker-library/httpd#26)
- `percona`: 5.5.50
- `rabbitmq`: fix more SSL issues (bad defaults for management; docker-library/rabbitmq#97)
- `tomcat`: add `alpine` variants (docker-library/tomcat#36)
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.

2 participants