supertokens-docker-postgresql icon indicating copy to clipboard operation
supertokens-docker-postgresql copied to clipboard

Allow usage of POSTGRESQL_CONNECTION_URI instead of separate db/password/user in helm chart

Open SkeLLLa opened this issue 1 year ago • 4 comments

Allowing usage of POSTGRESQL_CONNECTION_URI which simplify setups and sometimes it works much better, since through connection URI various other parameters could be configured, while currently through standard db/pass/user is not possible.

SkeLLLa avatar Nov 22 '23 20:11 SkeLLLa

Hey @SkeLLLa we already have this config. See here.

Closing this issue for now, but feel free to reopen.

rishabhpoddar avatar Nov 23 '23 05:11 rishabhpoddar

@rishabhpoddar there's no such option in helm config.

The link you've provided leading to completely different product - supertokens-postgresql-plugin and I'm talking about helm chart.

SkeLLLa avatar Nov 23 '23 08:11 SkeLLLa

Right. So the helm chart is a community contributed chart. The docker image itself (supertokens-docker-postgresql) is built using the repo link i had shared, so the docker env var does accept this config.

Please feel free to create a PR for the helm chart to add this env var.

rishabhpoddar avatar Nov 23 '23 09:11 rishabhpoddar

@rishabhpoddar done.

SkeLLLa avatar Nov 25 '23 22:11 SkeLLLa