ory / keto

Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=keto
Apache License 2.0
4.7k stars 342 forks source link

failed to parse as URL #1493

Closed nithinguruswamy closed 6 months ago

nithinguruswamy commented 6 months ago

Preflight checklist

Ory Network Project

No response

Describe the bug

failed to parse as URL (parse "postgres://admin:C6hhha)b<Y8G}EzYtJL@xyz.com:5432/n_ory": net/url: invalid userinfo)] service_name=Ory Keto service_version=v0.11.1-alpha.0

Reproducing the bug

failed to parse as URL (parse "postgres://admin:C6hhha)b<Y8G}EzYtJL@xyz.com:5432/n_ory": net/url: invalid userinfo)] service_name=Ory Keto service_version=v0.11.1-alpha.0

unabl to connect

Relevant log output

failed to parse as URL (parse "postgres://admin:C6YtJL@xyz.com:5432/n_ory": net/url: invalid userinfo)] service_name=Ory Keto service_version=v0.11.1-alpha.0

Relevant configuration

No response

Version

v0.11.1

On which operating system are you observing this issue?

macOS

In which environment are you deploying?

Kubernetes with Helm

Additional Context

unable to parse the db

alnr commented 6 months ago

You need to url-encode the password :).