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

MD5 authentication failed #64

Closed
rhomnickcoloma opened this issue Aug 14, 2017 · 2 comments
Closed

MD5 authentication failed #64

rhomnickcoloma opened this issue Aug 14, 2017 · 2 comments

Comments

@rhomnickcoloma
Copy link

rhomnickcoloma commented Aug 14, 2017

Hi!

As a newbie in postgresql replication, i'm trying to run the k8s example in minikube-kubernetes everything is working though, but once i pass a query to the database using the following credentials on my node-express app, it returns md5 authentication failed.

config: {
    user: 'd2lkZQ==',
    password: 'cGFzcw==',
    database: 'mysystem.mysystem',
    host: 'mysystem-pgpool-service', 
    port: 5432
  }

Thank you very much in advance.

@paunin paunin closed this as completed Aug 17, 2017
@rhomnickcoloma
Copy link
Author

Hi Paunin! Any answer thoughts regarding my problem?

@paunin
Copy link
Owner

paunin commented Aug 18, 2017

Sorry I did not submit it 🤦‍♂️
You should put plain password/username not encoded as I see in your code.....

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

No branches or pull requests

2 participants