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

Detailed *not* to use username/pass here #7297

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Detailed *not* to use username/pass here #7297

merged 1 commit into from
Oct 27, 2021

Conversation

Rodeoclash
Copy link
Contributor

@Rodeoclash Rodeoclash commented Oct 23, 2021

What

Constructing the DATABASE_URL was a sharp edge that tripped me up for a few hours when deploying to RDS. Coming from a world where you would provide a fully qualified DATABASE_URL (Rails, Phoenix Framework) I assumed I could do the same here.

The error message returned in the console was to do with a database connection but didn't mention anything further than that. I was stumped as I was able to successfully test the connection using psql but couldn't get AirByte to function until I realised I need to omit the username and password.

How

As well as detailing how to construct the URL, I think it should explicitly mention keeping the username and password out of the URL.

@CLAassistant
Copy link

CLAassistant commented Oct 23, 2021

CLA assistant check
All committers have signed the CLA.

@Rodeoclash Rodeoclash marked this pull request as ready for review October 23, 2021 06:24
Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Rodeoclash

@marcosmarxm marcosmarxm merged commit 1a2eaeb into airbytehq:master Oct 27, 2021
@Rodeoclash Rodeoclash deleted the detail-about-database-url branch October 27, 2021 00:22
schlattk pushed a commit to schlattk/airbyte that referenced this pull request Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants