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

JWT support in JDBC driver #1988

Open
mshustov opened this issue Nov 29, 2024 · 1 comment
Open

JWT support in JDBC driver #1988

mshustov opened this issue Nov 29, 2024 · 1 comment

Comments

@mshustov
Copy link
Member

scope:

  • ability to attach an JWT token
  • ability to overwrite the token on the client instance

blocked by #1834

@mshustov mshustov added this to the Priority Backlog milestone Nov 29, 2024
@chernser
Copy link
Contributor

Passing JWT token in initial config is not a problem (may be thru URL will be problematic, but I hope it will not be a case).
The problem is to update. Usually there is some token manager with registered callback or function that returns token for operation.

JDBC is configured thru one of two ways:

  1. url parameters
  2. properties

There is not problem to pass some instance of a class that returns tokens thru properties. Using URL we can pass only string.
But we can limit solution only for properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants