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

ci: public ingress for postgres db #3999

Merged
merged 1 commit into from
Mar 11, 2024
Merged

ci: public ingress for postgres db #3999

merged 1 commit into from
Mar 11, 2024

Conversation

conorsch
Copy link
Contributor

External developers on e.g. the DEX explorer need a database with testnet events that they can develop against. Rather than instructing them how to set up a fullnode on their dev workstations, we'll provide an external URL and creds so that they can use the cloud-hosted db directly in their local dev workflows.

To support this, a few changes were necessary to the configs:

  • optionally reference pre-existing Secret for db creds
  • optionally reference pre-existing Secret for TLS certs

Additionally, IPs and DNS were configured out of band, one per environment (e.g. preview & testnet).

External developers on e.g. the DEX explorer need a database with
testnet events that they can develop against. Rather than instructing
them how to set up a fullnode on their dev workstations, we'll provide
an external URL and creds so that they can use the cloud-hosted db
directly in their local dev workflows.

To support this, a few changes were necessary to the configs:

  * optionally reference pre-existing Secret for db creds
  * optionally reference pre-existing Secret for TLS certs

Additionally, IPs and DNS were configured out of band, one per
environment (e.g. preview & testnet).
@conorsch conorsch force-pushed the debug-postgres-db-creds branch from 3381fec to 13005c5 Compare March 11, 2024 21:27
@conorsch
Copy link
Contributor Author

Developer confirmed out of band that the new setup is working on their machine, so I'm merging this. Note that we'll need to cherry-pick this commit onto a release branch if we decide to point-release on the v0.69.x series, otherwise there'll be a regression in event indexing.

@conorsch conorsch merged commit 829dc64 into main Mar 11, 2024
6 checks passed
@conorsch conorsch deleted the debug-postgres-db-creds branch March 11, 2024 21:55
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