@@ -954,7 +954,7 @@ components:
954
954
RBAC will remain enabled on GUI if "external". That only works
955
955
with an external auth service.
956
956
type : string
957
- enum : [none, simplified, external]
957
+ enum : [none, simplified, internal, external]
958
958
username_ui_placeholder :
959
959
description : |
960
960
Placeholder text to display in the username field of the login form.
@@ -964,21 +964,33 @@ components:
964
964
Placeholder text to display in the password field of the login form.
965
965
type : string
966
966
login_url :
967
- description : primary URL to use for login.
967
+ description : Primary URL to use for login.
968
968
type : string
969
+ login_url_method :
970
+ type : string
971
+ description : |
972
+ Defines login behavior when login_url is set.
973
+ - none: For OSS users.
974
+ - redirect: Auto-redirect to login_url.
975
+ - select: Show a page to choose between logging in via login_url or with lakeFS credentials.
976
+ Ignored if login_url is not configured.
977
+ enum :
978
+ - none
979
+ - redirect
980
+ - select
969
981
login_failed_message :
970
982
description : |
971
- message to display to users who fail to login; a full sentence that is rendered
983
+ Message to display to users who fail to login; a full sentence that is rendered
972
984
in HTML and may contain a link to a secondary login method
973
985
type : string
974
986
fallback_login_url :
975
- description : secondary URL to offer users to use for login.
987
+ description : Secondary URL to offer users to use for login.
976
988
type : string
977
989
fallback_login_label :
978
- description : label to place on fallback_login_url.
990
+ description : Label to place on fallback_login_url.
979
991
type : string
980
992
login_cookie_names :
981
- description : cookie names used to store JWT
993
+ description : Cookie names used to store JWT
982
994
type : array
983
995
items :
984
996
type : string
0 commit comments