Skip to content

Commit 716c497

Browse files
author
treeverser
committed
Deployed dae6270 to dev with MkDocs 1.6.1 and mike 2.1.3
1 parent dae6270 commit 716c497

File tree

4 files changed

+152
-128
lines changed

4 files changed

+152
-128
lines changed

dev/assets/js/swagger.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ components:
954954
RBAC will remain enabled on GUI if "external". That only works
955955
with an external auth service.
956956
type: string
957-
enum: [none, simplified, external]
957+
enum: [none, simplified, internal, external]
958958
username_ui_placeholder:
959959
description: |
960960
Placeholder text to display in the username field of the login form.
@@ -964,21 +964,33 @@ components:
964964
Placeholder text to display in the password field of the login form.
965965
type: string
966966
login_url:
967-
description: primary URL to use for login.
967+
description: Primary URL to use for login.
968968
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
969981
login_failed_message:
970982
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
972984
in HTML and may contain a link to a secondary login method
973985
type: string
974986
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.
976988
type: string
977989
fallback_login_label:
978-
description: label to place on fallback_login_url.
990+
description: Label to place on fallback_login_url.
979991
type: string
980992
login_cookie_names:
981-
description: cookie names used to store JWT
993+
description: Cookie names used to store JWT
982994
type: array
983995
items:
984996
type: string

dev/reference/api/swagger.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ components:
954954
RBAC will remain enabled on GUI if "external". That only works
955955
with an external auth service.
956956
type: string
957-
enum: [none, simplified, external]
957+
enum: [none, simplified, internal, external]
958958
username_ui_placeholder:
959959
description: |
960960
Placeholder text to display in the username field of the login form.
@@ -964,21 +964,33 @@ components:
964964
Placeholder text to display in the password field of the login form.
965965
type: string
966966
login_url:
967-
description: primary URL to use for login.
967+
description: Primary URL to use for login.
968968
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
969981
login_failed_message:
970982
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
972984
in HTML and may contain a link to a secondary login method
973985
type: string
974986
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.
976988
type: string
977989
fallback_login_label:
978-
description: label to place on fallback_login_url.
990+
description: Label to place on fallback_login_url.
979991
type: string
980992
login_cookie_names:
981-
description: cookie names used to store JWT
993+
description: Cookie names used to store JWT
982994
type: array
983995
items:
984996
type: string

0 commit comments

Comments
 (0)