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

It seems like there is a bug in PostgreSQL where passwords containing two or more consecutive $$ special characters are being converted into numbers when applied #12059

Open
doyeon1001 opened this issue Dec 9, 2024 · 0 comments
Labels
bug Bug report

Comments

@doyeon1001
Copy link

Describe the bug
It seems like there is a bug in PostgreSQL where passwords containing two or more consecutive $$ special characters are being converted into numbers when applied.

My postgresql password is $$Data18000658! but looking at the logs, it appears to be in numeric format.

image
image

I’ve tried using secrets and wrapping it with single quotes(also double quotes) , but the issue persists.

It's bug, right?

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • kubernetes(AKS)
  • Datahub version : v0.14.1
  • Azure Database for PostgreSQL - Flexible Server

Additional context
Add any other context about the problem here.

@doyeon1001 doyeon1001 added the bug Bug report label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant