-
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
Dynamic Sign in options #1703
base: main
Are you sure you want to change the base?
Dynamic Sign in options #1703
Conversation
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Some of the CI checks will fail until opensearch-project/security#3869 is merged. |
Fixed. The login page validate that the sign-in option is still available. |
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: EduardoCorazon <[email protected]>
UI tweaks for OUI patterns
Signed-off-by: David Osorno <[email protected]>
This commit will cover [FEATURE] Provide login options for anonymous use case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @davidosorno, could you please look into the file conflict, and the hygiene-check errors. Assuming that the CI will be in a better shape for this PR once opensearch-project/security#3869 is merged and an artifact is available with that change.
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
Signed-off-by: David Osorno <[email protected]>
3905b6b
to
16695d9
Compare
@davidosorno Could you please resolve the conflict? |
Signed-off-by: Stephen Crawford <[email protected]>
Description
New Feature
Allow admins to define the sign-in options that will be displayed on OpenSearch Dashboard login page. There are couple of sign-in options defined in Security documentation, and theses options must be available in security config.yml file to be able to change them dynamically in Security Dashboard.
Old Behavior
Admins have to update opensearch_dashboards.yml adding or removing sign-in options, and then restart Dashboards to be able to log in using other sign-in option.
New Behavior
Admins can change sign-in options dynamically without having to restart the Dashboards, and the changes are applied immediately. Users just need to logout in order to see the sign-in options available.
Issues Resolved
Dynamic Sign in options for OpenSearch Dashboards
Related
Security
Testing
Unit Testing, Integration Testing, and Manual Testing.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.