/
/lakeFS API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9m ago · Updated 1mo ago
actions4
auth39
  • getget current user
  • postperform a login
  • getlist users
  • postcreate user
  • getget user
  • deletedelete user
  • getlist groups
  • postcreate group
  • getget group
  • deletedelete group
  • getlist policies
  • postcreate policy
  • getget policy
  • putupdate policy
  • deletedelete policy
  • getlist group members
  • putadd group membership
  • deletedelete group membership
  • getlist user credentials
  • postcreate credentials
  • getget credentials
  • deletedelete credentials
  • getlist user groups
  • getlist user policies
  • putattach policy to user
  • deletedetach policy from user
  • postattach external principal to user
  • deletedelete external principal from user
  • getlist user external policies attached to a user
  • getdescribe external principal by id
  • getlist group policies
  • putattach policy to group
  • deletedetach policy from group
  • getget ACL of group
  • postset ACL of group
  • getstart acquiring a token by logging in on a browser
  • getreceive the token after user has authenticated on redirect URL.
  • getrelease a token for the current (authenticated) user to the mailbox of this login request.
  • get/oidc/callback
branches8
commits2
config1
experimental11
external1
healthCheck1
import3
internal28
license1
metadata2
objects10
pulls5
refs4
remotes2
repositories13
staging2
tags4
    auth
    experimental

    receive the token after user has authenticated on redirect URL.

    get/auth/get-token/mailboxes/{mailbox}

    Response

    user successfully logged in

    tokenstring required

    a JWT token that could be used to authenticate requests

    token_expirationinteger

    Unix Epoch in seconds

    Changes