-
Notifications
You must be signed in to change notification settings - Fork 159
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
[FEATURE] Multi-auth dashboards support for JWT #1814
Comments
I hope it will support like |
@10000-ki That's correct, its not currently supported at the moment. For multi-auth, the currently supported options are I believe it would be possible to add JWT here, but there should be testing done with different combinations. When JWT is enabled as a sign in option for dashboards you supply the token through a URL param and avoid the login page entirely. |
i see For token-based authentication, the login screen should not be visible So are you saying that the test for this situation is complicated? |
[Triage] Hi @10000-ki, thanks for filing this issue. From the conversation, it looks like the goal here is to add multi-auth support for dashboards to be able to support both Basic auth and JWT auth. I have renamed this issue for you and we can go ahead and close this when:
|
@scrawfor99
yes i agree |
Is this currently being worked on? It is a feature I will be needing. |
Hi @merlinz01, thanks for reaching out. This change is not currently being worked on. That being said, I did a very similar change here: #2076 If you are interested in contributing this feature, you could use my change as an example. |
Great! I'll consider contributing. |
@stephen-crawford Can you provide any help on to how to debug my changes? https://forum.opensearch.org/t/how-to-enable-react-developer-environment/20980 |
This is added as part of: #2107. I will close this issue and merge the backport. |
Is your feature request related to a problem?
What solution would you like?
Hello
we can set order of auth in
opensearch
but dashboards not
so In dashboards, jwt and basic_auth cannot be used simultaneously
What alternatives have you considered?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: