-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure webui login URLs and details dynamically (#5093)
* Clean up some code in login form * Add UI-side configurable log{in,out} URLs and cookies * Read and send SSO UI configuration from lakeFS to webui * Refactor login_config fielf from setup state response in GUI * [CR] Rename login_cookies -> login_cookie_names * [CR] Set defaults properly and remove OIDC references from webui * Fix silly typo * make gen
- Loading branch information
1 parent
3fe853d
commit 0e4392c
Showing
12 changed files
with
446 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
185 changes: 183 additions & 2 deletions
185
clients/java/src/main/java/io/lakefs/clients/api/model/LoginConfig.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
clients/java/src/test/java/io/lakefs/clients/api/model/LoginConfigTest.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.