-
Notifications
You must be signed in to change notification settings - Fork 52
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
autoscaler 775/enable postgres ssl #3129
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bonzofenix
force-pushed
the
autoscaler-775/enable-postgres-ssl
branch
3 times, most recently
from
August 14, 2024 09:44
b9e10dd
to
9c8c16d
Compare
bonzofenix
force-pushed
the
autoscaler-775/enable-postgres-ssl
branch
20 times, most recently
from
August 15, 2024 13:31
a8fcbe4
to
e1e2530
Compare
- Add new variables for routing API credentials and certificates in deploy-autoscaler.sh - Remove NATS TLS configuration from enable-nats-tls.yml - Introduce TCP routing for Postgres and update related certificates in use-cf-services.yml - Modify Makefile to use TCP address for Postgres instead of IP - Remove route_registrar for autoscaler_postgres from app-autoscaler.yml
bonzofenix
force-pushed
the
autoscaler-775/enable-postgres-ssl
branch
from
August 15, 2024 15:13
e1e2530
to
54e6f1f
Compare
bonzofenix
force-pushed
the
autoscaler-775/enable-postgres-ssl
branch
from
August 15, 2024 15:17
1c7bb63
to
197b269
Compare
bonzofenix
force-pushed
the
autoscaler-775/enable-postgres-ssl
branch
from
August 15, 2024 15:32
e2f344b
to
9ffd64d
Compare
bonzofenix
added
the
allow-acceptance-tests
This label needs to be added to enable the acceptance tests to run.
label
Aug 15, 2024
silvestre
approved these changes
Aug 15, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
allow-acceptance-tests
This label needs to be added to enable the acceptance tests to run.
exclude-from-changelog
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Set up postgres DB with TCP routing so that cf apps can connect to postgres without relaying on bosh-dns and internal domains.