-
Notifications
You must be signed in to change notification settings - Fork 970
[KYUUBI #3222] JDBC Authentication Provider for server #3235
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
Closed
bowenliang123
wants to merge
31
commits into
apache:master
from
bowenliang123:feature-jdbc-auth-provider
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0dc75fe
implement JDBC Authentication Method
bowenliang123 0e7f0ad
refactor config and init process.remove unused import.
bowenliang123 996f796
add unit test in JdbcAuthenticationProviderImplSuite
bowenliang123 49c18c2
update
bowenliang123 df4be56
update code style
bowenliang123 7025330
fix derby startup error in test
bowenliang123 46cc1dd
add config docs in docs/deployment/settings.md
bowenliang123 15176b2
fix import orders
bowenliang123 cd2c7c2
update settings.md config doc
bowenliang123 1dc4187
update settings.md config doc
bowenliang123 575301c
update options usage
bowenliang123 30974d1
update format
bowenliang123 3672919
fix ddl statement and remove truncate statement in test
bowenliang123 cdec206
more test cases
bowenliang123 653bc12
add more checks for query sql
bowenliang123 aeb19ce
update doc
bowenliang123 b9ffac3
Merge branch 'master' into feature-jdbc-auth-provider
bowenliang123 9885f81
add JDBC condition for getValidPasswordAuthMethod
bowenliang123 4ebe12e
add JDBC value to AuthTypes enum
bowenliang123 1c956df
update KyuubiAuthenticationFactorySuite
bowenliang123 5a0ac49
output password length only in checkConfigs
bowenliang123 3a4d5fe
update checkConfigs() signature
bowenliang123 a4fe582
refactor connection creation on using HikariDataSource in HikariCP. a…
bowenliang123 543c66c
prefer scala style string usage
bowenliang123 6765aff
changed to use in-memory derby db for test
bowenliang123 77f5f86
remove unuseful comment
bowenliang123 a9404fa
use {} for intercept
bowenliang123 6fc42bf
code styling
bowenliang123 e9af096
use clone instead of repeatly generating configs
bowenliang123 d5f43e0
remove unuseful logs for unrecognized placeholder error
bowenliang123 17403b3
cleanup docs
bowenliang123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update settings.md config doc
- Loading branch information
commit 1dc4187b671c696163935fa3892de8ddafcd46e3
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.