-
Notifications
You must be signed in to change notification settings - Fork 39
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
Terminate SSL connections in pgsrv proxy #210
Comments
|
This one is going to block first customers. Not necessary in an alpha but 100% blocks moving to a "beta" or even bill-able offering IMO. I don't have data to back up this statement, just experience and spidey sense. LMK if disagree of course! |
I think priority can stay medium since it's not blocking alpha users. But I want to keep in mind/track it for when we're ready to start seriously implementing the earliest versions of billing and external trial users/potential customers. I think a few things can proceed this:
I think once we accomplish those things, we're getting very close to a bill-able/beta state, and we should implement this |
Yea, we're going to want external users to be able to connect with whatever tools they prefer. It's OK if we constrain earliest versions of In fact, I'll add that constraint to December MVP. |
There's really two user-facing areas of focus for us: transactional and analytical workloads. If we take someone like Nathan, the first thing he did was try to run migrations for a transactional service. This is going to be very hard for us to fully support short term. But if we suggest hooking up GlareDB as a destination in Airbyte, then we can get up and running on analytical workloads right away. In Airbyte's case, all they really need is to be able to create tables and run inserts. Then the analytics is really just a bunch of selects. These are operations that we support right now (whether or not it's performant is TBD). I think for running the actual select queries, the terminal and dashboard for alpha is fine. But I think we'll need to make ingesting data a priority sooner rather than later (both for getting alpha users up and running with a database they can actually mess around with, as well as for internal testing). All this to say I think getting Airbyte ingestion unblocked is very important right now, so I think this issue is high prio. |
I'm definitely swayed by that. I think the epic (which contains this ticket) #366 is high priority - as in I now realize we don't need to get closer to a billing state, but we need Will udpate accordingly. I'm going to consider this soft-blocked by some refactors in Moved to backlog, high priority. |
See: #364 |
This is done |
We currently don't support SSL. Specifically, this issue is to support
sslmode=require
in the connection string.The text was updated successfully, but these errors were encountered: