Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / LoginConfig

Type Alias: LoginConfig

LoginConfig = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:513

Properties

fallback_login_label?

optional fallback_login_label: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:537

label to place on fallback_login_url.


fallback_login_url?

optional fallback_login_url: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:533

secondary URL to offer users to use for login.


login_cookie_names: string[]

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:541

cookie names used to store JWT


login_failed_message?

optional login_failed_message: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:529

message to display to users who fail to login; a full sentence that is rendered in HTML and may contain a link to a secondary login method


login_url

login_url: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:523

primary URL to use for login.


logout_url

logout_url: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:545

URL to use for logging out.


RBAC?

optional RBAC: "none" | "simplified" | "external"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:519

RBAC will remain enabled on GUI if "external". That only works with an external auth service.

Licensed under BUSL-1.1