Skip to content

Can dex be connected to aurora server less Postgres (10.12) #1985

Answered by heidemn
AnkitaBarbi asked this question in Q&A
Discussion options

You must be logged in to vote

@AnkitaBarbi probably you should ask your question in this repo: https://github.com/lib/pq
That's the Go Postgres driver which is used in storage/sql/sql.go.

In general I would say that Aurora tries to be as compatible as possible, but there's always a risk that some detail works slightly different.
I would assume that Amazon has reimplemented major parts of the Postgres codebase.

You could also try to run Dex' automated tests against your target Aurora database.
Currently they're run against Postgres 10.8: https://github.com/dexidp/dex/blob/master/.github/workflows/ci.yaml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AnkitaBarbi
Comment options

Answer selected by AnkitaBarbi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants