-
Notifications
You must be signed in to change notification settings - Fork 919
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
[TASK][MEDIUM] Web UI support Basic authN #6079
Comments
Hi @Kwafoor, any progress here? |
Still in progress.It may take a week. |
Promoted this to a contribution program task, classify it to EASY level temporarily, and we can re-evaluate the level after completing by the real work. @beryllw please let me know if you still want to take this task |
yes, i will do it soon. |
The task takes more effort than I thought initially, escalating the task level from easy to medium. |
# 🔍 Description ## Issue References 🔗 This pull request fixes #6079 ## Describe Your Solution 🔧 <img width="1160" alt="image" src="https://github.com/apache/kyuubi/assets/25627922/eef26a0e-478a-4e65-a0a4-629e0afa9a52"> ![zpHy0SGauD](https://github.com/apache/kyuubi/assets/25627922/176d4436-509b-406a-984b-8eb0dab9698e) ![image](https://github.com/apache/kyuubi/assets/25627922/3d637718-b177-48b2-bd6a-9ec8065b8b9c) ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6258 from beryllw/kyuubi-6079. Closes #6079 7a90286 [wangjunbo] support input valid 6e2093e [wangjunbo] format code a781c0a [wangjunbo] add License 788bdfa [wangjunbo] [KYUUBI #6079] Web UI support Basic authN 97772e5 [wangjunbo] [KYUUBI #6079] Web UI support Basic authN 5560d4f [wangjunbo] [KYUUBI #6079] Web UI support Basic authN Authored-by: wangjunbo <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 8bfae02) Signed-off-by: Cheng Pan <[email protected]>
Code of Conduct
Search before asking
What would you like to be improved?
#6042 (comment)
How should we improve?
Support Basic authN for Web UI - that means, when SASL/Plain(LDAP/JDBC/CUSTOM) auth method is configured, pop something like below to allow user login via username and password
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: