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

Characters in need of quoting can not be used in passwords #372

Closed
dsvensson opened this issue Sep 7, 2018 · 2 comments
Closed

Characters in need of quoting can not be used in passwords #372

dsvensson opened this issue Sep 7, 2018 · 2 comments
Assignees
Labels
c/server Related to server e/quickfix can be wrapped up in few hours k/bug Something isn't working p/high candidate for being included in the upcoming sprint

Comments

@dsvensson
Copy link

When using --database-url or the corresponding environment variable, passwords containing "exotic" characters are incorrectly handled leading to authentication failures. A workaround is to use the --password etc flags that do not exhibit this issue.

@ecthiender ecthiender added k/bug Something isn't working c/server Related to server labels Sep 7, 2018
@0x777 0x777 added e/quickfix can be wrapped up in few hours p/high candidate for being included in the upcoming sprint labels Sep 7, 2018
@ecthiender
Copy link
Member

@dsvensson hey now you should be able to use URL-encoded strings in your passwords if they have special characters.

hasura-bot pushed a commit that referenced this issue Jan 19, 2021
* split ~/.cabal/{packages,store} caches

* use xlarge for {oss_,}build_server

GitOrigin-RevId: e37619e
hasura-bot pushed a commit that referenced this issue Mar 20, 2024
Add an optional `deprecated` key to the following OpenDD metadata
- Object type field definitions
- Model select unique and select many graphql API
- Command GraphQL API
- Relationship

The `deprecated` value is an object with an optional `reason` key.
```
"deprecated": {
  "reason": "Optional reason"
}
```
Produce `@deprecated` against GraphQL fields generated from
aforementioned OpenDD metadata using `deprecated` config.

V3_GIT_ORIGIN_REV_ID: b26fe8a8b62de24d04820578b8201d3ff8585375
@corinabioinformatic
Copy link

Hello! I know this issue is closed, but I get an error due to my HASURA_GRAPHQL_METADATA_DATABASE_URL variable when i pass it to docker-compose.
I am using image: hasura/graphql-engine:v2.38.
My errror says
hasura_graphql | {"error":"connection error","path":"$","code":"postgres-error","internal":"could not translate host name "passwordspecialCharacter@db" to address: Name or service not known\n"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Related to server e/quickfix can be wrapped up in few hours k/bug Something isn't working p/high candidate for being included in the upcoming sprint
Projects
None yet
Development

No branches or pull requests

4 participants