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 secure db connection #177

Merged
merged 3 commits into from Mar 15, 2019
Merged

Conversation

qibobo
Copy link
Contributor

@qibobo qibobo commented Mar 11, 2019

No description provided.

@cfdreddbot
Copy link

✅ Hey qibobo! The commit authors and yourself have already signed the CLA.

@qibobo
Copy link
Contributor Author

qibobo commented Mar 11, 2019

This PR can enable tls connection between postgres database server and autoscaler java&golang components(scheduler, metricscollector, eventgenerator, scalingengine and operator). For nodejs components(apiserver and servicebroker), code change is need in repo(https://github.com/cloudfoundry/app-autoscaler) and after the code change we will bump it to enable tls connection for apiserver and servicebroker.

@@ -59,6 +66,10 @@ properties:
description: "Port on which the appmetricsdb server will listen"
autoscaler.appmetrics_db.roles:
description: "The list of database roles used in appmetricsdb database including name/password"
autoscaler.appmetrics_db.tls.ca:
Copy link
Contributor

Choose a reason for hiding this comment

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

missing "default"

@qibobo
Copy link
Contributor Author

qibobo commented Mar 11, 2019

@cdlliuy
fixed

@cdlliuy
Copy link
Contributor

cdlliuy commented Mar 12, 2019

LGTM

Copy link
Contributor

@boyang9527 boyang9527 left a comment

Choose a reason for hiding this comment

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

LGTM

@boyang9527 boyang9527 merged commit 674ebf5 into cloudfoundry:develop Mar 15, 2019
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.

None yet

4 participants