-
Notifications
You must be signed in to change notification settings - Fork 687
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
Disable master password in server mode #8299
Comments
Upgrading from
|
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 3, 2025
Same issue using : |
@yogeshmahajan-1903 found some issues while testing,
|
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 20, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 20, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 20, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 20, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 21, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 21, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 22, 2025
…2 authnecation with query tool open.pgadmin-org#8299
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 22, 2025
…2 authnecation with query tool open.pgadmin-org#8299
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
We are using oauth2 for authentication and the idea is that we don't want to have password (besides the sql servers) to access pgadmin. There is
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED
but this only works in desktop mode. Can this also support server mode?Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: