mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #822] How to use gql to login cloudbeaver ? #206
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itman2022 on GitHub (May 11, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/822
please help me , How to use gql to login ? I haven't used gql yet,thanks very much !!!
1.the query is :
2.the variables is :
@Wroud commented on GitHub (May 12, 2022):
Please try:
Query:
variables:
@serge-rider commented on GitHub (May 13, 2022):
Note: parameter "password" must be a MD5 hash of original user password.
@kseniiaguzeeva commented on GitHub (Jun 14, 2022):
I have noticed that you have not updated your ticket for a long time. If you wish to reopen this ticket, please feel free to contact me.
@natamongkol commented on GitHub (Mar 16, 2023):
I try it but not work for me it's error
{ "errors": [ { "message": "Validation error of type FieldUndefined: Field 'authProvider' in type 'AuthInfo' is undefined @ 'authLogin/authProvider'", "locations": [ { "line": 8, "column": 5 } ] } ] }@DanHartman commented on GitHub (Apr 11, 2023):
I'm also attempting to do this. I've used the graphql queries and fragments here in the repo. I'm receiving an error of
Invalid user credentials. I'm using the CB_ADMIN creds set using environment variables in the container.Query
Variables
Output
@DanHartman commented on GitHub (Apr 11, 2023):
@kseniiaguzeeva I was up too late. I just noticed this was a closed ticket. Can we re-open this? Or would it be preferable to start a new issue?
@DanHartman commented on GitHub (Apr 13, 2023):
@Wroud Can you let me know if this issue can be re-opened, or if I should start a new one?
@DanHartman commented on GitHub (Apr 14, 2023):
Nevermind! I finally caught that the hashed password was all upper case!